toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final adGroupId = this.adGroupId;
  final cpcBidPointList = this.cpcBidPointList;
  final criterionId = this.criterionId;
  final endDate = this.endDate;
  final modificationMethod = this.modificationMethod;
  final percentCpcBidPointList = this.percentCpcBidPointList;
  final resourceName = this.resourceName;
  final startDate = this.startDate;
  final type = this.type;
  return {
    'adGroupId': ?adGroupId,
    'cpcBidPointList': ?cpcBidPointList,
    'criterionId': ?criterionId,
    'endDate': ?endDate,
    'modificationMethod': ?modificationMethod,
    'percentCpcBidPointList': ?percentCpcBidPointList,
    'resourceName': ?resourceName,
    'startDate': ?startDate,
    'type': ?type,
  };
}