GoogleCloudDataplexV1ListGlossaryTermsResponse constructor
GoogleCloudDataplexV1ListGlossaryTermsResponse({
- String? nextPageToken,
- List<
GoogleCloudDataplexV1GlossaryTerm> ? terms, - List<
String> ? unreachableLocations,
Implementation
GoogleCloudDataplexV1ListGlossaryTermsResponse({
this.nextPageToken,
this.terms,
this.unreachableLocations,
});