GoogleCloudDataplexV1ListDataTaxonomiesResponse constructor
GoogleCloudDataplexV1ListDataTaxonomiesResponse({
- List<
GoogleCloudDataplexV1DataTaxonomy> ? dataTaxonomies, - String? nextPageToken,
- List<
String> ? unreachableLocations,
Implementation
GoogleCloudDataplexV1ListDataTaxonomiesResponse({
this.dataTaxonomies,
this.nextPageToken,
this.unreachableLocations,
});