Deployment Info Args
data class DeploymentInfoArgs(val deployment: Output<DeploymentArgs>? = null, val deploymentFetchStatus: Output<Either<String, DeploymentFetchStatus>>? = null, val message: Output<String>? = null) : ConvertibleToJava<DeploymentInfoArgs>
Information regarding a deployment.
Constructors
Link copied to clipboard
constructor(deployment: Output<DeploymentArgs>? = null, deploymentFetchStatus: Output<Either<String, DeploymentFetchStatus>>? = null, message: Output<String>? = null)