ArtifactDeploymentStatusProperties Class
Properties of an artifact deployment.
Constructor
ArtifactDeploymentStatusProperties(*, deployment_status: str | None = None, artifacts_applied: int | None = None, total_artifacts: int | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
deployment_status
|
The deployment status of the artifact. Default value: None
|
|
artifacts_applied
|
The total count of the artifacts that were successfully applied. Default value: None
|
|
total_artifacts
|
The total count of the artifacts that were tentatively applied. Default value: None
|