GoogleCloudDataplexV1Entry constructor
GoogleCloudDataplexV1Entry({
- Map<
String, GoogleCloudDataplexV1Aspect> ? aspects, - String? createTime,
- GoogleCloudDataplexV1EntrySource? entrySource,
- String? entryType,
- String? fullyQualifiedName,
- String? name,
- String? parentEntry,
- String? updateTime,
Implementation
GoogleCloudDataplexV1Entry({
this.aspects,
this.createTime,
this.entrySource,
this.entryType,
this.fullyQualifiedName,
this.name,
this.parentEntry,
this.updateTime,
});