
src.cloudresourcemanager.v3.GetProjectIamPolicyArgs.scala Maven / Gradle / Ivy
package besom.api.googlenative.cloudresourcemanager.v3
final case class GetProjectIamPolicyArgs private(
project: besom.types.Output[scala.Option[String]]
)
object GetProjectIamPolicyArgs:
def apply(
project: besom.types.Input.Optional[String] = scala.None
)(using besom.types.Context): GetProjectIamPolicyArgs =
new GetProjectIamPolicyArgs(
project = project.asOptionOutput(isSecret = false)
)
given encoder(using besom.types.Context): besom.types.Encoder[GetProjectIamPolicyArgs] =
besom.internal.Encoder.derived[GetProjectIamPolicyArgs]
given argsEncoder(using besom.types.Context): besom.types.ArgsEncoder[GetProjectIamPolicyArgs] =
besom.internal.ArgsEncoder.derived[GetProjectIamPolicyArgs]
© 2015 - 2025 Weber Informatics LLC | Privacy Policy