DescribeArtifactResponse constructor

DescribeArtifactResponse({
  1. String? artifactArn,
  2. String? artifactName,
  3. String? artifactType,
  4. UserContext? createdBy,
  5. DateTime? creationTime,
  6. UserContext? lastModifiedBy,
  7. DateTime? lastModifiedTime,
  8. MetadataProperties? metadataProperties,
  9. Map<String, String>? properties,
  10. ArtifactSource? source,
})

Implementation

DescribeArtifactResponse({
  this.artifactArn,
  this.artifactName,
  this.artifactType,
  this.createdBy,
  this.creationTime,
  this.lastModifiedBy,
  this.lastModifiedTime,
  this.metadataProperties,
  this.properties,
  this.source,
});