GoogleCloudDataplexV1EntryType constructor
GoogleCloudDataplexV1EntryType({
- GoogleCloudDataplexV1EntryTypeAuthorization? authorization,
- String? createTime,
- String? description,
- String? displayName,
- String? etag,
- Map<
String, String> ? labels, - String? name,
- String? platform,
- List<
GoogleCloudDataplexV1EntryTypeAspectInfo> ? requiredAspects, - String? system,
- List<
String> ? typeAliases, - String? uid,
- String? updateTime,
Implementation
GoogleCloudDataplexV1EntryType({
this.authorization,
this.createTime,
this.description,
this.displayName,
this.etag,
this.labels,
this.name,
this.platform,
this.requiredAspects,
this.system,
this.typeAliases,
this.uid,
this.updateTime,
});