GoogleCloudContentwarehouseV1HistogramQuery constructor

GoogleCloudContentwarehouseV1HistogramQuery({
  1. GoogleCloudContentwarehouseV1HistogramQueryPropertyNameFilter? filters,
  2. String? histogramQuery,
  3. bool? requirePreciseResultSize,
})

Implementation

GoogleCloudContentwarehouseV1HistogramQuery({
  this.filters,
  this.histogramQuery,
  this.requirePreciseResultSize,
});