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