GoogleCloudRetailV2Condition constructor
GoogleCloudRetailV2Condition({
- List<
GoogleCloudRetailV2ConditionTimeRange> ? activeTimeRange, - List<
String> ? pageCategories, - List<
GoogleCloudRetailV2ConditionQueryTerm> ? queryTerms,
Implementation
GoogleCloudRetailV2Condition({
this.activeTimeRange,
this.pageCategories,
this.queryTerms,
});