GoogleCloudDatacatalogV1beta1SearchCatalogRequestScope constructor

GoogleCloudDatacatalogV1beta1SearchCatalogRequestScope({
  1. bool? includeGcpPublicDatasets,
  2. List<String>? includeOrgIds,
  3. List<String>? includeProjectIds,
  4. List<String>? restrictedLocations,
})

Implementation

GoogleCloudDatacatalogV1beta1SearchCatalogRequestScope({
  this.includeGcpPublicDatasets,
  this.includeOrgIds,
  this.includeProjectIds,
  this.restrictedLocations,
});