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

src.iap.v1.GetV1IamPolicyArgs.scala Maven / Gradle / Ivy

There is a newer version: 0.32.0-core.0.4
Show newest version
package besom.api.googlenative.iap.v1

final case class GetV1IamPolicyArgs private(
  v1Id: besom.types.Output[String]
)

object GetV1IamPolicyArgs:
  def apply(
    v1Id: besom.types.Input[String]
  )(using besom.types.Context): GetV1IamPolicyArgs =
    new GetV1IamPolicyArgs(
      v1Id = v1Id.asOutput(isSecret = false)
    )

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






© 2015 - 2025 Weber Informatics LLC | Privacy Policy