GoogleCloudDatacatalogV1beta1SearchCatalogResponse constructor
GoogleCloudDatacatalogV1beta1SearchCatalogResponse({
- String? nextPageToken,
- List<
GoogleCloudDatacatalogV1beta1SearchCatalogResult> ? results, - List<
String> ? unreachable,
Implementation
GoogleCloudDatacatalogV1beta1SearchCatalogResponse({
this.nextPageToken,
this.results,
this.unreachable,
});