ArtifactDeploymentStatusPropertiesFragment Class

Properties of an artifact deployment.

Inheritance
ArtifactDeploymentStatusPropertiesFragment

Constructor

ArtifactDeploymentStatusPropertiesFragment(*, deployment_status: Optional[str] = None, artifacts_applied: Optional[int] = None, total_artifacts: Optional[int] = None, **kwargs)

Parameters

deployment_status
str
Required

The deployment status of the artifact.

artifacts_applied
int
Required

The total count of the artifacts that were successfully applied.

total_artifacts
int
Required

The total count of the artifacts that were tentatively applied.