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