GoogleCloudDataplexV1EntryLink constructor

GoogleCloudDataplexV1EntryLink({
  1. String? createTime,
  2. String? entryLinkType,
  3. List<GoogleCloudDataplexV1EntryLinkEntryReference>? entryReferences,
  4. String? name,
  5. String? updateTime,
})

Implementation

GoogleCloudDataplexV1EntryLink({
  this.createTime,
  this.entryLinkType,
  this.entryReferences,
  this.name,
  this.updateTime,
});