
src.iap.v1.GetV1IamPolicyArgs.scala Maven / Gradle / Ivy
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