GoogleCloudDatacatalogV1beta1ListTaxonomiesResponse constructor

GoogleCloudDatacatalogV1beta1ListTaxonomiesResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudDatacatalogV1beta1Taxonomy>? taxonomies,
})

Implementation

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