GoogleCloudDataplexV1ListEntriesResponse constructor
GoogleCloudDataplexV1ListEntriesResponse({
- List<
GoogleCloudDataplexV1Entry> ? entries, - String? nextPageToken,
Implementation
GoogleCloudDataplexV1ListEntriesResponse({
this.entries,
this.nextPageToken,
});