toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final cpcBidMicros = this.cpcBidMicros;
  final id = this.id;
  final keywordPlanAdGroup = this.keywordPlanAdGroup;
  final matchType = this.matchType;
  final negative = this.negative;
  final resourceName = this.resourceName;
  final text = this.text;
  return {
    'cpcBidMicros': ?cpcBidMicros,
    'id': ?id,
    'keywordPlanAdGroup': ?keywordPlanAdGroup,
    'matchType': ?matchType,
    'negative': ?negative,
    'resourceName': ?resourceName,
    'text': ?text,
  };
}