GoogleCloudDataplexV1EntryLink constructor
GoogleCloudDataplexV1EntryLink({
- Map<
String, GoogleCloudDataplexV1Aspect> ? aspects, - String? createTime,
- String? entryLinkType,
- List<
GoogleCloudDataplexV1EntryLinkEntryReference> ? entryReferences, - String? name,
- String? updateTime,
Implementation
GoogleCloudDataplexV1EntryLink({
this.aspects,
this.createTime,
this.entryLinkType,
this.entryReferences,
this.name,
this.updateTime,
});