
src.cloudchannel.v1.GetCustomerRepricingConfigResult.scala Maven / Gradle / Ivy
package besom.api.googlenative.cloudchannel.v1
final case class GetCustomerRepricingConfigResult private(
name: String,
repricingConfig: besom.api.googlenative.cloudchannel.v1.outputs.GoogleCloudChannelV1RepricingConfigResponse,
updateTime: String
)
object GetCustomerRepricingConfigResult :
given decoder(using besom.types.Context): besom.types.Decoder[GetCustomerRepricingConfigResult] =
besom.internal.Decoder.derived[GetCustomerRepricingConfigResult]
given outputOps: {} with
extension(output: besom.types.Output[GetCustomerRepricingConfigResult])
def name : besom.types.Output[String] = output.map(_.name)
def repricingConfig : besom.types.Output[besom.api.googlenative.cloudchannel.v1.outputs.GoogleCloudChannelV1RepricingConfigResponse] = output.map(_.repricingConfig)
def updateTime : besom.types.Output[String] = output.map(_.updateTime)
given optionOutputOps: {} with
extension(output: besom.types.Output[scala.Option[GetCustomerRepricingConfigResult]])
def name : besom.types.Output[scala.Option[String]] = output.map(_.map(_.name))
def repricingConfig : besom.types.Output[scala.Option[besom.api.googlenative.cloudchannel.v1.outputs.GoogleCloudChannelV1RepricingConfigResponse]] = output.map(_.map(_.repricingConfig))
def updateTime : besom.types.Output[scala.Option[String]] = output.map(_.map(_.updateTime))
© 2015 - 2025 Weber Informatics LLC | Privacy Policy