toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final cpcBidMicros = this.cpcBidMicros;
final geoTargets = this.geoTargets;
final id = this.id;
final keywordPlan = this.keywordPlan;
final keywordPlanNetwork = this.keywordPlanNetwork;
final languageConstants = this.languageConstants;
final name = this.name;
final resourceName = this.resourceName;
return {
'cpcBidMicros': ?cpcBidMicros,
'geoTargets': ?geoTargets,
'id': ?id,
'keywordPlan': ?keywordPlan,
'keywordPlanNetwork': ?keywordPlanNetwork,
'languageConstants': ?languageConstants,
'name': ?name,
'resourceName': ?resourceName,
};
}