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

src.cloudchannel.v1.GetCustomerRepricingConfigArgs.scala Maven / Gradle / Ivy

package besom.api.googlenative.cloudchannel.v1

final case class GetCustomerRepricingConfigArgs private(
  accountId: besom.types.Output[String],
  customerId: besom.types.Output[String],
  customerRepricingConfigId: besom.types.Output[String]
)

object GetCustomerRepricingConfigArgs:
  def apply(
    accountId: besom.types.Input[String],
    customerId: besom.types.Input[String],
    customerRepricingConfigId: besom.types.Input[String]
  )(using besom.types.Context): GetCustomerRepricingConfigArgs =
    new GetCustomerRepricingConfigArgs(
      accountId = accountId.asOutput(isSecret = false),
      customerId = customerId.asOutput(isSecret = false),
      customerRepricingConfigId = customerRepricingConfigId.asOutput(isSecret = false)
    )

  given encoder(using besom.types.Context): besom.types.Encoder[GetCustomerRepricingConfigArgs] =
    besom.internal.Encoder.derived[GetCustomerRepricingConfigArgs]
  given argsEncoder(using besom.types.Context): besom.types.ArgsEncoder[GetCustomerRepricingConfigArgs] =
    besom.internal.ArgsEncoder.derived[GetCustomerRepricingConfigArgs]






© 2015 - 2025 Weber Informatics LLC | Privacy Policy