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

src.apigee.v1.GetAliasResult.scala Maven / Gradle / Ivy

The newest version!
package besom.api.googlenative.apigee.v1


final case class GetAliasResult private(
  alias: String,
  certsInfo: besom.api.googlenative.apigee.v1.outputs.GoogleCloudApigeeV1CertificateResponse,
  `type`: String
)
object GetAliasResult :

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



  given outputOps: {} with
    extension(output: besom.types.Output[GetAliasResult])
      def alias : besom.types.Output[String] = output.map(_.alias)
      def certsInfo : besom.types.Output[besom.api.googlenative.apigee.v1.outputs.GoogleCloudApigeeV1CertificateResponse] = output.map(_.certsInfo)
      def `type` : besom.types.Output[String] = output.map(_.`type`)

  given optionOutputOps: {} with
    extension(output: besom.types.Output[scala.Option[GetAliasResult]])
      def alias : besom.types.Output[scala.Option[String]] = output.map(_.map(_.alias))
      def certsInfo : besom.types.Output[scala.Option[besom.api.googlenative.apigee.v1.outputs.GoogleCloudApigeeV1CertificateResponse]] = output.map(_.map(_.certsInfo))
      def `type` : besom.types.Output[scala.Option[String]] = output.map(_.map(_.`type`))





© 2015 - 2025 Weber Informatics LLC | Privacy Policy