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

src.apigateway.v1.GetGatewayIamPolicyResult.scala Maven / Gradle / Ivy

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


final case class GetGatewayIamPolicyResult private(
  auditConfigs: scala.collection.immutable.List[besom.api.googlenative.apigateway.v1.outputs.ApigatewayAuditConfigResponse],
  bindings: scala.collection.immutable.List[besom.api.googlenative.apigateway.v1.outputs.ApigatewayBindingResponse],
  etag: String,
  version: Int
)
object GetGatewayIamPolicyResult :

  given decoder(using besom.types.Context): besom.types.Decoder[GetGatewayIamPolicyResult] =
    besom.internal.Decoder.derived[GetGatewayIamPolicyResult]



  given outputOps: {} with
    extension(output: besom.types.Output[GetGatewayIamPolicyResult])
      def auditConfigs : besom.types.Output[scala.collection.immutable.List[besom.api.googlenative.apigateway.v1.outputs.ApigatewayAuditConfigResponse]] = output.map(_.auditConfigs)
      def bindings : besom.types.Output[scala.collection.immutable.List[besom.api.googlenative.apigateway.v1.outputs.ApigatewayBindingResponse]] = 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[GetGatewayIamPolicyResult]])
      def auditConfigs : besom.types.Output[scala.Option[scala.collection.immutable.List[besom.api.googlenative.apigateway.v1.outputs.ApigatewayAuditConfigResponse]]] = output.map(_.map(_.auditConfigs))
      def bindings : besom.types.Output[scala.Option[scala.collection.immutable.List[besom.api.googlenative.apigateway.v1.outputs.ApigatewayBindingResponse]]] = 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