GoogleCloudDataplexV1ListDataTaxonomiesResponse constructor

GoogleCloudDataplexV1ListDataTaxonomiesResponse({
  1. List<GoogleCloudDataplexV1DataTaxonomy>? dataTaxonomies,
  2. String? nextPageToken,
  3. List<String>? unreachableLocations,
})

Implementation

GoogleCloudDataplexV1ListDataTaxonomiesResponse({
  this.dataTaxonomies,
  this.nextPageToken,
  this.unreachableLocations,
});