DynamicRules constructor

DynamicRules({
  1. List<int>? autoTargetedFieldIds,
  2. List<CustomRule>? customRules,
  3. List<CustomValueField>? customValueFields,
  4. ProximityFilter? proximityFilter,
  5. List<RemarketingValueAttribute>? remarketingValueAttributes,
  6. String? rotationType,
  7. String? ruleType,
  8. int? weightFieldId,
})

Implementation

DynamicRules({
  this.autoTargetedFieldIds,
  this.customRules,
  this.customValueFields,
  this.proximityFilter,
  this.remarketingValueAttributes,
  this.rotationType,
  this.ruleType,
  this.weightFieldId,
});