All Downloads are FREE. Search and download functionalities are using the official Maven repository.

src.cloudresourcemanager.v1.GetProjectIamPolicyArgs.scala Maven / Gradle / Ivy

package besom.api.googlenative.cloudresourcemanager.v1

final case class GetProjectIamPolicyArgs private(
  resource: besom.types.Output[String]
)

object GetProjectIamPolicyArgs:
  def apply(
    resource: besom.types.Input[String]
  )(using besom.types.Context): GetProjectIamPolicyArgs =
    new GetProjectIamPolicyArgs(
      resource = resource.asOutput(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