GoogleCloudDatacatalogV1beta1SearchCatalogRequest constructor

GoogleCloudDatacatalogV1beta1SearchCatalogRequest({
  1. String? orderBy,
  2. int? pageSize,
  3. String? pageToken,
  4. String? query,
  5. GoogleCloudDatacatalogV1beta1SearchCatalogRequestScope? scope,
})

Implementation

GoogleCloudDatacatalogV1beta1SearchCatalogRequest({
  this.orderBy,
  this.pageSize,
  this.pageToken,
  this.query,
  this.scope,
});