GoogleCloudDataplexV1ListGlossaryTermsResponse constructor

GoogleCloudDataplexV1ListGlossaryTermsResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudDataplexV1GlossaryTerm>? terms,
  3. List<String>? unreachableLocations,
})

Implementation

GoogleCloudDataplexV1ListGlossaryTermsResponse({
  this.nextPageToken,
  this.terms,
  this.unreachableLocations,
});