GoogleCloudDataplexV1LookupEntryLinksResponse constructor
GoogleCloudDataplexV1LookupEntryLinksResponse({
- List<
GoogleCloudDataplexV1EntryLink> ? entryLinks, - String? nextPageToken,
Implementation
GoogleCloudDataplexV1LookupEntryLinksResponse({
this.entryLinks,
this.nextPageToken,
});