GoogleCloudDatacatalogV1ListTaxonomiesResponse constructor
GoogleCloudDatacatalogV1ListTaxonomiesResponse({
- String? nextPageToken,
- List<
GoogleCloudDatacatalogV1Taxonomy> ? taxonomies,
Implementation
GoogleCloudDatacatalogV1ListTaxonomiesResponse({
this.nextPageToken,
this.taxonomies,
});