
src.apigeeregistry.v1.GetApiVersionSpecIamPolicyArgs.scala Maven / Gradle / Ivy
package besom.api.googlenative.apigeeregistry.v1
final case class GetApiVersionSpecIamPolicyArgs private(
apiId: besom.types.Output[String],
location: besom.types.Output[String],
optionsRequestedPolicyVersion: besom.types.Output[scala.Option[Int]],
project: besom.types.Output[scala.Option[String]],
specId: besom.types.Output[String],
versionId: besom.types.Output[String]
)
object GetApiVersionSpecIamPolicyArgs:
def apply(
apiId: besom.types.Input[String],
location: besom.types.Input[String],
optionsRequestedPolicyVersion: besom.types.Input.Optional[Int] = scala.None,
project: besom.types.Input.Optional[String] = scala.None,
specId: besom.types.Input[String],
versionId: besom.types.Input[String]
)(using besom.types.Context): GetApiVersionSpecIamPolicyArgs =
new GetApiVersionSpecIamPolicyArgs(
apiId = apiId.asOutput(isSecret = false),
location = location.asOutput(isSecret = false),
optionsRequestedPolicyVersion = optionsRequestedPolicyVersion.asOptionOutput(isSecret = false),
project = project.asOptionOutput(isSecret = false),
specId = specId.asOutput(isSecret = false),
versionId = versionId.asOutput(isSecret = false)
)
given encoder(using besom.types.Context): besom.types.Encoder[GetApiVersionSpecIamPolicyArgs] =
besom.internal.Encoder.derived[GetApiVersionSpecIamPolicyArgs]
given argsEncoder(using besom.types.Context): besom.types.ArgsEncoder[GetApiVersionSpecIamPolicyArgs] =
besom.internal.ArgsEncoder.derived[GetApiVersionSpecIamPolicyArgs]
© 2015 - 2025 Weber Informatics LLC | Privacy Policy