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

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

There is a newer version: 0.32.0-core.0.4
Show newest version
package besom.api.googlenative.apigee.v1

final case class GetRatePlanArgs private(
  apiproductId: besom.types.Output[String],
  organizationId: besom.types.Output[String],
  rateplanId: besom.types.Output[String]
)

object GetRatePlanArgs:
  def apply(
    apiproductId: besom.types.Input[String],
    organizationId: besom.types.Input[String],
    rateplanId: besom.types.Input[String]
  )(using besom.types.Context): GetRatePlanArgs =
    new GetRatePlanArgs(
      apiproductId = apiproductId.asOutput(isSecret = false),
      organizationId = organizationId.asOutput(isSecret = false),
      rateplanId = rateplanId.asOutput(isSecret = false)
    )

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






© 2015 - 2025 Weber Informatics LLC | Privacy Policy