EnvironmentLastDeployment

data class EnvironmentLastDeployment(val deploymentId: String, val deploymentStatus: String, val deploymentType: String, val failureReasons: List<EnvironmentLastDeploymentFailureReason>, val isDeploymentComplete: Boolean, val messages: List<String>)

Constructors

Link copied to clipboard
constructor(deploymentId: String, deploymentStatus: String, deploymentType: String, failureReasons: List<EnvironmentLastDeploymentFailureReason>, isDeploymentComplete: Boolean, messages: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard