GoogleCloudDatacatalogV1SearchCatalogRequest constructor

GoogleCloudDatacatalogV1SearchCatalogRequest({
  1. bool? adminSearch,
  2. String? orderBy,
  3. int? pageSize,
  4. String? pageToken,
  5. String? query,
  6. GoogleCloudDatacatalogV1SearchCatalogRequestScope? scope,
})

Implementation

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