
src.apigee.v1.GetRatePlanArgs.scala Maven / Gradle / Ivy
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