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