
src.apigee.v1.GetCanaryEvaluationArgs.scala Maven / Gradle / Ivy
package besom.api.googlenative.apigee.v1
final case class GetCanaryEvaluationArgs private(
canaryevaluationId: besom.types.Output[String],
instanceId: besom.types.Output[String],
organizationId: besom.types.Output[String]
)
object GetCanaryEvaluationArgs:
def apply(
canaryevaluationId: besom.types.Input[String],
instanceId: besom.types.Input[String],
organizationId: besom.types.Input[String]
)(using besom.types.Context): GetCanaryEvaluationArgs =
new GetCanaryEvaluationArgs(
canaryevaluationId = canaryevaluationId.asOutput(isSecret = false),
instanceId = instanceId.asOutput(isSecret = false),
organizationId = organizationId.asOutput(isSecret = false)
)
given encoder(using besom.types.Context): besom.types.Encoder[GetCanaryEvaluationArgs] =
besom.internal.Encoder.derived[GetCanaryEvaluationArgs]
given argsEncoder(using besom.types.Context): besom.types.ArgsEncoder[GetCanaryEvaluationArgs] =
besom.internal.ArgsEncoder.derived[GetCanaryEvaluationArgs]
© 2015 - 2025 Weber Informatics LLC | Privacy Policy