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