GoogleCloudDatacatalogV1ListEntriesResponse constructor

GoogleCloudDatacatalogV1ListEntriesResponse({
  1. List<GoogleCloudDatacatalogV1Entry>? entries,
  2. String? nextPageToken,
})

Implementation

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