toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final autoTargetedFieldIds = this.autoTargetedFieldIds;
final customRules = this.customRules;
final customValueFields = this.customValueFields;
final proximityFilter = this.proximityFilter;
final remarketingValueAttributes = this.remarketingValueAttributes;
final rotationType = this.rotationType;
final ruleType = this.ruleType;
final weightFieldId = this.weightFieldId;
return {
'autoTargetedFieldIds': ?autoTargetedFieldIds,
'customRules': ?customRules,
'customValueFields': ?customValueFields,
'proximityFilter': ?proximityFilter,
'remarketingValueAttributes': ?remarketingValueAttributes,
'rotationType': ?rotationType,
'ruleType': ?ruleType,
'weightFieldId': ?weightFieldId,
};
}