GoogleCloudDataplexV1AspectType constructor
GoogleCloudDataplexV1AspectType({
- GoogleCloudDataplexV1AspectTypeAuthorization? authorization,
- String? createTime,
- String? description,
- String? displayName,
- String? etag,
- Map<
String, String> ? labels, - GoogleCloudDataplexV1AspectTypeMetadataTemplate? metadataTemplate,
- String? name,
- String? transferStatus,
- String? uid,
- String? updateTime,
Implementation
GoogleCloudDataplexV1AspectType({
this.authorization,
this.createTime,
this.description,
this.displayName,
this.etag,
this.labels,
this.metadataTemplate,
this.name,
this.transferStatus,
this.uid,
this.updateTime,
});