
src.iap.v1.V1IamPolicyArgs.scala Maven / Gradle / Ivy
package besom.api.googlenative.iap.v1
final case class V1IamPolicyArgs private(
bindings: besom.types.Output[scala.Option[scala.collection.immutable.List[besom.api.googlenative.iap.v1.inputs.BindingArgs]]],
etag: besom.types.Output[scala.Option[String]],
v1Id: besom.types.Output[String],
version: besom.types.Output[scala.Option[Int]]
)
object V1IamPolicyArgs:
def apply(
bindings: besom.types.Input.Optional[scala.collection.immutable.List[besom.types.Input[besom.api.googlenative.iap.v1.inputs.BindingArgs]]] = scala.None,
etag: besom.types.Input.Optional[String] = scala.None,
v1Id: besom.types.Input[String],
version: besom.types.Input.Optional[Int] = scala.None
)(using besom.types.Context): V1IamPolicyArgs =
new V1IamPolicyArgs(
bindings = bindings.asOptionOutput(isSecret = false),
etag = etag.asOptionOutput(isSecret = false),
v1Id = v1Id.asOutput(isSecret = false),
version = version.asOptionOutput(isSecret = false)
)
given encoder(using besom.types.Context): besom.types.Encoder[V1IamPolicyArgs] =
besom.internal.Encoder.derived[V1IamPolicyArgs]
given argsEncoder(using besom.types.Context): besom.types.ArgsEncoder[V1IamPolicyArgs] =
besom.internal.ArgsEncoder.derived[V1IamPolicyArgs]
© 2015 - 2025 Weber Informatics LLC | Privacy Policy