
src.cloudbilling.v1.BillingAccountIamMemberArgs.scala Maven / Gradle / Ivy
package besom.api.googlenative.cloudbilling.v1
final case class BillingAccountIamMemberArgs private(
condition: besom.types.Output[scala.Option[besom.api.googlenative.iam.v1.inputs.ConditionArgs]],
member: besom.types.Output[String],
name: besom.types.Output[String],
role: besom.types.Output[String]
)
object BillingAccountIamMemberArgs:
def apply(
condition: besom.types.Input.Optional[besom.api.googlenative.iam.v1.inputs.ConditionArgs] = scala.None,
member: besom.types.Input[String],
name: besom.types.Input[String],
role: besom.types.Input[String]
)(using besom.types.Context): BillingAccountIamMemberArgs =
new BillingAccountIamMemberArgs(
condition = condition.asOptionOutput(isSecret = false),
member = member.asOutput(isSecret = false),
name = name.asOutput(isSecret = false),
role = role.asOutput(isSecret = false)
)
given encoder(using besom.types.Context): besom.types.Encoder[BillingAccountIamMemberArgs] =
besom.internal.Encoder.derived[BillingAccountIamMemberArgs]
given argsEncoder(using besom.types.Context): besom.types.ArgsEncoder[BillingAccountIamMemberArgs] =
besom.internal.ArgsEncoder.derived[BillingAccountIamMemberArgs]
© 2015 - 2025 Weber Informatics LLC | Privacy Policy