GoogleCloudDataplexV1LookupEntryLinksResponse constructor

GoogleCloudDataplexV1LookupEntryLinksResponse({
  1. List<GoogleCloudDataplexV1EntryLink>? entryLinks,
  2. String? nextPageToken,
})

Implementation

GoogleCloudDataplexV1LookupEntryLinksResponse({
  this.entryLinks,
  this.nextPageToken,
});