GoogleCloudContentwarehouseV1HistogramQueryPropertyNameFilter constructor

GoogleCloudContentwarehouseV1HistogramQueryPropertyNameFilter({
  1. List<String>? documentSchemas,
  2. List<String>? propertyNames,
  3. String? yAxis,
})

Implementation

GoogleCloudContentwarehouseV1HistogramQueryPropertyNameFilter({
  this.documentSchemas,
  this.propertyNames,
  this.yAxis,
});