GoogleCloudRetailV2Condition constructor

GoogleCloudRetailV2Condition({
  1. List<GoogleCloudRetailV2ConditionTimeRange>? activeTimeRange,
  2. List<String>? pageCategories,
  3. List<GoogleCloudRetailV2ConditionQueryTerm>? queryTerms,
})

Implementation

GoogleCloudRetailV2Condition({
  this.activeTimeRange,
  this.pageCategories,
  this.queryTerms,
});