GoogleCloudDatacatalogV1ListTaxonomiesResponse constructor

GoogleCloudDatacatalogV1ListTaxonomiesResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudDatacatalogV1Taxonomy>? taxonomies,
})

Implementation

GoogleCloudDatacatalogV1ListTaxonomiesResponse({
  this.nextPageToken,
  this.taxonomies,
});