Artifact Deployment Status Properties Response
data class ArtifactDeploymentStatusPropertiesResponse(val artifactsApplied: Int? = null, val deploymentStatus: String? = null, val totalArtifacts: Int? = null)
Properties of an artifact deployment.
Constructors
Link copied to clipboard
fun ArtifactDeploymentStatusPropertiesResponse(artifactsApplied: Int? = null, deploymentStatus: String? = null, totalArtifacts: Int? = null)