toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final keyword = this.keyword;
  final recommendedCpcBidMicros = this.recommendedCpcBidMicros;
  final searchTerms = this.searchTerms;
  return {
    'keyword': ?keyword,
    'recommendedCpcBidMicros': ?recommendedCpcBidMicros,
    'searchTerms': ?searchTerms,
  };
}