DeleteArtifactResponse constructor

DeleteArtifactResponse({
  1. String? artifactArn,
})

Implementation

DeleteArtifactResponse({
  this.artifactArn,
});