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

src.compute.v1.GetLicenseIamPolicyArgs.scala Maven / Gradle / Ivy

package besom.api.googlenative.compute.v1

final case class GetLicenseIamPolicyArgs private(
  optionsRequestedPolicyVersion: besom.types.Output[scala.Option[Int]],
  project: besom.types.Output[scala.Option[String]],
  resource: besom.types.Output[String]
)

object GetLicenseIamPolicyArgs:
  def apply(
    optionsRequestedPolicyVersion: besom.types.Input.Optional[Int] = scala.None,
    project: besom.types.Input.Optional[String] = scala.None,
    resource: besom.types.Input[String]
  )(using besom.types.Context): GetLicenseIamPolicyArgs =
    new GetLicenseIamPolicyArgs(
      optionsRequestedPolicyVersion = optionsRequestedPolicyVersion.asOptionOutput(isSecret = false),
      project = project.asOptionOutput(isSecret = false),
      resource = resource.asOutput(isSecret = false)
    )

  given encoder(using besom.types.Context): besom.types.Encoder[GetLicenseIamPolicyArgs] =
    besom.internal.Encoder.derived[GetLicenseIamPolicyArgs]
  given argsEncoder(using besom.types.Context): besom.types.ArgsEncoder[GetLicenseIamPolicyArgs] =
    besom.internal.ArgsEncoder.derived[GetLicenseIamPolicyArgs]






© 2015 - 2025 Weber Informatics LLC | Privacy Policy