ArtifactDeployment constructor

ArtifactDeployment({
  1. String? artifactAlias,
  2. String? artifactReference,
  3. String? containerStatusSummary,
  4. String? deployTime,
  5. String? id,
  6. List<String>? sourceCommitUris,
  7. String? undeployTime,
})

Implementation

ArtifactDeployment({
  this.artifactAlias,
  this.artifactReference,
  this.containerStatusSummary,
  this.deployTime,
  this.id,
  this.sourceCommitUris,
  this.undeployTime,
});