toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final excludeFirstPartyAudience = this.excludeFirstPartyAudience;
final targetingExpansionLevel = this.targetingExpansionLevel;
return {
'excludeFirstPartyAudience': ?excludeFirstPartyAudience,
'targetingExpansionLevel': ?targetingExpansionLevel,
};
}