GoogleCloudContentwarehouseV1TimeFilter constructor

GoogleCloudContentwarehouseV1TimeFilter({
  1. String? timeField,
  2. GoogleTypeInterval? timeRange,
})

Implementation

GoogleCloudContentwarehouseV1TimeFilter({
  this.timeField,
  this.timeRange,
});