GoogleCloudDataplexV1ListGlossariesResponse constructor

GoogleCloudDataplexV1ListGlossariesResponse({
  1. List<GoogleCloudDataplexV1Glossary>? glossaries,
  2. String? nextPageToken,
  3. List<String>? unreachableLocations,
})

Implementation

GoogleCloudDataplexV1ListGlossariesResponse({
  this.glossaries,
  this.nextPageToken,
  this.unreachableLocations,
});