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

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

package besom.api.googlenative.apigee.v1


final case class GetEnvironmentResult private(
  apiProxyType: String,
  createdAt: String,
  deploymentType: String,
  description: String,
  displayName: String,
  forwardProxyUri: String,
  hasAttachedFlowHooks: Boolean,
  lastModifiedAt: String,
  name: String,
  nodeConfig: besom.api.googlenative.apigee.v1.outputs.GoogleCloudApigeeV1NodeConfigResponse,
  properties: besom.api.googlenative.apigee.v1.outputs.GoogleCloudApigeeV1PropertiesResponse,
  state: String,
  `type`: String
)
object GetEnvironmentResult :

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



  given outputOps: {} with
    extension(output: besom.types.Output[GetEnvironmentResult])
      def apiProxyType : besom.types.Output[String] = output.map(_.apiProxyType)
      def createdAt : besom.types.Output[String] = output.map(_.createdAt)
      def deploymentType : besom.types.Output[String] = output.map(_.deploymentType)
      def description : besom.types.Output[String] = output.map(_.description)
      def displayName : besom.types.Output[String] = output.map(_.displayName)
      def forwardProxyUri : besom.types.Output[String] = output.map(_.forwardProxyUri)
      def hasAttachedFlowHooks : besom.types.Output[Boolean] = output.map(_.hasAttachedFlowHooks)
      def lastModifiedAt : besom.types.Output[String] = output.map(_.lastModifiedAt)
      def name : besom.types.Output[String] = output.map(_.name)
      def nodeConfig : besom.types.Output[besom.api.googlenative.apigee.v1.outputs.GoogleCloudApigeeV1NodeConfigResponse] = output.map(_.nodeConfig)
      def properties : besom.types.Output[besom.api.googlenative.apigee.v1.outputs.GoogleCloudApigeeV1PropertiesResponse] = output.map(_.properties)
      def state : besom.types.Output[String] = output.map(_.state)
      def `type` : besom.types.Output[String] = output.map(_.`type`)

  given optionOutputOps: {} with
    extension(output: besom.types.Output[scala.Option[GetEnvironmentResult]])
      def apiProxyType : besom.types.Output[scala.Option[String]] = output.map(_.map(_.apiProxyType))
      def createdAt : besom.types.Output[scala.Option[String]] = output.map(_.map(_.createdAt))
      def deploymentType : besom.types.Output[scala.Option[String]] = output.map(_.map(_.deploymentType))
      def description : besom.types.Output[scala.Option[String]] = output.map(_.map(_.description))
      def displayName : besom.types.Output[scala.Option[String]] = output.map(_.map(_.displayName))
      def forwardProxyUri : besom.types.Output[scala.Option[String]] = output.map(_.map(_.forwardProxyUri))
      def hasAttachedFlowHooks : besom.types.Output[scala.Option[Boolean]] = output.map(_.map(_.hasAttachedFlowHooks))
      def lastModifiedAt : besom.types.Output[scala.Option[String]] = output.map(_.map(_.lastModifiedAt))
      def name : besom.types.Output[scala.Option[String]] = output.map(_.map(_.name))
      def nodeConfig : besom.types.Output[scala.Option[besom.api.googlenative.apigee.v1.outputs.GoogleCloudApigeeV1NodeConfigResponse]] = output.map(_.map(_.nodeConfig))
      def properties : besom.types.Output[scala.Option[besom.api.googlenative.apigee.v1.outputs.GoogleCloudApigeeV1PropertiesResponse]] = output.map(_.map(_.properties))
      def state : besom.types.Output[scala.Option[String]] = output.map(_.map(_.state))
      def `type` : besom.types.Output[scala.Option[String]] = output.map(_.map(_.`type`))





© 2015 - 2025 Weber Informatics LLC | Privacy Policy