GetDeploymentResult

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val deploymentId: String? = null

Primary Id for this resource

Link copied to clipboard
val description: String? = null

The description for the Deployment resource to create.