GoogleCloudDataplexV1EntryLink constructor

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

Implementation

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