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 deployment ID.

Link copied to clipboard
val description: String? = null

The description for the deployment resource.