GoogleCloudDatacatalogV1beta1SearchCatalogRequest constructor
GoogleCloudDatacatalogV1beta1SearchCatalogRequest({
- String? orderBy,
- int? pageSize,
- String? pageToken,
- String? query,
- GoogleCloudDatacatalogV1beta1SearchCatalogRequestScope? scope,
Implementation
GoogleCloudDatacatalogV1beta1SearchCatalogRequest({
this.orderBy,
this.pageSize,
this.pageToken,
this.query,
this.scope,
});