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

src.compute.alpha.GetLicenseIamPolicyResult.scala Maven / Gradle / Ivy

The newest version!
package besom.api.googlenative.compute.alpha


final case class GetLicenseIamPolicyResult private(
  auditConfigs: scala.collection.immutable.List[besom.api.googlenative.compute.alpha.outputs.AuditConfigResponse],
  bindings: scala.collection.immutable.List[besom.api.googlenative.compute.alpha.outputs.BindingResponse],
  etag: String,
  rules: scala.collection.immutable.List[besom.api.googlenative.compute.alpha.outputs.RuleResponse],
  version: Int
)
object GetLicenseIamPolicyResult :

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



  given outputOps: {} with
    extension(output: besom.types.Output[GetLicenseIamPolicyResult])
      def auditConfigs : besom.types.Output[scala.collection.immutable.List[besom.api.googlenative.compute.alpha.outputs.AuditConfigResponse]] = output.map(_.auditConfigs)
      def bindings : besom.types.Output[scala.collection.immutable.List[besom.api.googlenative.compute.alpha.outputs.BindingResponse]] = output.map(_.bindings)
      def etag : besom.types.Output[String] = output.map(_.etag)
      def rules : besom.types.Output[scala.collection.immutable.List[besom.api.googlenative.compute.alpha.outputs.RuleResponse]] = output.map(_.rules)
      def version : besom.types.Output[Int] = output.map(_.version)

  given optionOutputOps: {} with
    extension(output: besom.types.Output[scala.Option[GetLicenseIamPolicyResult]])
      def auditConfigs : besom.types.Output[scala.Option[scala.collection.immutable.List[besom.api.googlenative.compute.alpha.outputs.AuditConfigResponse]]] = output.map(_.map(_.auditConfigs))
      def bindings : besom.types.Output[scala.Option[scala.collection.immutable.List[besom.api.googlenative.compute.alpha.outputs.BindingResponse]]] = output.map(_.map(_.bindings))
      def etag : besom.types.Output[scala.Option[String]] = output.map(_.map(_.etag))
      def rules : besom.types.Output[scala.Option[scala.collection.immutable.List[besom.api.googlenative.compute.alpha.outputs.RuleResponse]]] = output.map(_.map(_.rules))
      def version : besom.types.Output[scala.Option[Int]] = output.map(_.map(_.version))





© 2015 - 2025 Weber Informatics LLC | Privacy Policy