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.