GoogleCloudContentwarehouseV1HistogramQueryResult constructor

GoogleCloudContentwarehouseV1HistogramQueryResult({
  1. Map<String, String>? histogram,
  2. String? histogramQuery,
})

Implementation

GoogleCloudContentwarehouseV1HistogramQueryResult({
  this.histogram,
  this.histogramQuery,
});