Artifact constructor
Artifact({
- String name = '',
- String displayName = '',
- String uri = '',
- String etag = '',
- Map<
String, String> labels = const {}, - Timestamp? createTime,
- Timestamp? updateTime,
- Artifact_State state = Artifact_State.$default,
- String schemaTitle = '',
- String schemaVersion = '',
- Struct? metadata,
- String description = '',
Implementation
Artifact({
this.name = '',
this.displayName = '',
this.uri = '',
this.etag = '',
this.labels = const {},
this.createTime,
this.updateTime,
this.state = Artifact_State.$default,
this.schemaTitle = '',
this.schemaVersion = '',
this.metadata,
this.description = '',
}) : super(fullyQualifiedName);