ArtifactDeploymentStatusPropertiesResponse

data class ArtifactDeploymentStatusPropertiesResponse(val artifactsApplied: Int? = null, val deploymentStatus: String? = null, val totalArtifacts: Int? = null)

Properties of an artifact deployment.

Constructors

constructor(artifactsApplied: Int? = null, deploymentStatus: String? = null, totalArtifacts: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val artifactsApplied: Int? = null

The total count of the artifacts that were successfully applied.

Link copied to clipboard

The deployment status of the artifact.

Link copied to clipboard
val totalArtifacts: Int? = null

The total count of the artifacts that were tentatively applied.