DynamicRules constructor
DynamicRules({
- List<
int> ? autoTargetedFieldIds, - List<
CustomRule> ? customRules, - List<
CustomValueField> ? customValueFields, - ProximityFilter? proximityFilter,
- List<
RemarketingValueAttribute> ? remarketingValueAttributes, - String? rotationType,
- String? ruleType,
- int? weightFieldId,
Implementation
DynamicRules({
this.autoTargetedFieldIds,
this.customRules,
this.customValueFields,
this.proximityFilter,
this.remarketingValueAttributes,
this.rotationType,
this.ruleType,
this.weightFieldId,
});