toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final cpcBidCeilingMicros = this.cpcBidCeilingMicros;
final targetSpendMicros = this.targetSpendMicros;
return {
'cpcBidCeilingMicros': ?cpcBidCeilingMicros,
'targetSpendMicros': ?targetSpendMicros,
};
}