GetDeploymentResult

data class GetDeploymentResult(val deploymentId: String? = null, val description: String? = null)

Constructors

Link copied to clipboard
constructor(deploymentId: String? = null, description: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val deploymentId: String? = null

The ID for the deployment. For example: abc123 .

Link copied to clipboard
val description: String? = null

The description for the Deployment resource to create.