GoogleCloudDataplexV1CreateEntryLinkRequest constructor

GoogleCloudDataplexV1CreateEntryLinkRequest({
  1. GoogleCloudDataplexV1EntryLink? entryLink,
  2. String? entryLinkId,
  3. String? parent,
})

Implementation

GoogleCloudDataplexV1CreateEntryLinkRequest({
  this.entryLink,
  this.entryLinkId,
  this.parent,
});