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