toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final caseValue = this.caseValue;
  final parentAdGroupCriterion = this.parentAdGroupCriterion;
  final path = this.path;
  final type = this.type;
  return {
    'caseValue': ?caseValue,
    'parentAdGroupCriterion': ?parentAdGroupCriterion,
    'path': ?path,
    'type': ?type,
  };
}