toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (adGroupEffectiveTargetCpaSource != null)
        'adGroupEffectiveTargetCpaSource': adGroupEffectiveTargetCpaSource!,
      if (adGroupEffectiveTargetCpaValue != null)
        'adGroupEffectiveTargetCpaValue': adGroupEffectiveTargetCpaValue!,
      if (type != null) 'type': type!,
      if (value != null) 'value': value!,
    };