GoogleCloudDataplexV1CreateEntryLinkRequest constructor
GoogleCloudDataplexV1CreateEntryLinkRequest({
- GoogleCloudDataplexV1EntryLink? entryLink,
- String? entryLinkId,
- String? parent,
Implementation
GoogleCloudDataplexV1CreateEntryLinkRequest({
this.entryLink,
this.entryLinkId,
this.parent,
});