toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final adGroupEffectiveTargetCpaSource =
this.adGroupEffectiveTargetCpaSource;
final adGroupEffectiveTargetCpaValue = this.adGroupEffectiveTargetCpaValue;
final type = this.type;
final value = this.value;
return {
'adGroupEffectiveTargetCpaSource': ?adGroupEffectiveTargetCpaSource,
'adGroupEffectiveTargetCpaValue': ?adGroupEffectiveTargetCpaValue,
'type': ?type,
'value': ?value,
};
}