toJson method

Map<String, dynamic> toJson()

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,
  };
}