DescribeArtifactResponse constructor
DescribeArtifactResponse({
- String? artifactArn,
- String? artifactName,
- String? artifactType,
- UserContext? createdBy,
- DateTime? creationTime,
- UserContext? lastModifiedBy,
- DateTime? lastModifiedTime,
- MetadataProperties? metadataProperties,
- Map<
String, String> ? properties, - ArtifactSource? source,
Implementation
DescribeArtifactResponse({
this.artifactArn,
this.artifactName,
this.artifactType,
this.createdBy,
this.creationTime,
this.lastModifiedBy,
this.lastModifiedTime,
this.metadataProperties,
this.properties,
this.source,
});