GoogleCloudDataplexV1ListEntriesResponse constructor

GoogleCloudDataplexV1ListEntriesResponse({
  1. List<GoogleCloudDataplexV1Entry>? entries,
  2. String? nextPageToken,
})

Implementation

GoogleCloudDataplexV1ListEntriesResponse({
  this.entries,
  this.nextPageToken,
});