
src.iap.v1beta1.GetV1beta1IamPolicyResult.scala Maven / Gradle / Ivy
package besom.api.googlenative.iap.v1beta1
final case class GetV1beta1IamPolicyResult private(
bindings: scala.collection.immutable.List[besom.api.googlenative.iap.v1beta1.outputs.BindingResponse],
etag: String,
version: Int
)
object GetV1beta1IamPolicyResult :
given decoder(using besom.types.Context): besom.types.Decoder[GetV1beta1IamPolicyResult] =
besom.internal.Decoder.derived[GetV1beta1IamPolicyResult]
given outputOps: {} with
extension(output: besom.types.Output[GetV1beta1IamPolicyResult])
def bindings : besom.types.Output[scala.collection.immutable.List[besom.api.googlenative.iap.v1beta1.outputs.BindingResponse]] = output.map(_.bindings)
def etag : besom.types.Output[String] = output.map(_.etag)
def version : besom.types.Output[Int] = output.map(_.version)
given optionOutputOps: {} with
extension(output: besom.types.Output[scala.Option[GetV1beta1IamPolicyResult]])
def bindings : besom.types.Output[scala.Option[scala.collection.immutable.List[besom.api.googlenative.iap.v1beta1.outputs.BindingResponse]]] = output.map(_.map(_.bindings))
def etag : besom.types.Output[scala.Option[String]] = output.map(_.map(_.etag))
def version : besom.types.Output[scala.Option[Int]] = output.map(_.map(_.version))
© 2015 - 2025 Weber Informatics LLC | Privacy Policy