GoogleCloudDataplexV1ListGlossariesResponse constructor
GoogleCloudDataplexV1ListGlossariesResponse({
- List<
GoogleCloudDataplexV1Glossary> ? glossaries, - String? nextPageToken,
- List<
String> ? unreachableLocations,
Implementation
GoogleCloudDataplexV1ListGlossariesResponse({
this.glossaries,
this.nextPageToken,
this.unreachableLocations,
});