toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (fixedBid != null) 'fixedBid': fixedBid!,
if (maximizeSpendAutoBid != null)
'maximizeSpendAutoBid': maximizeSpendAutoBid!,
if (performanceGoalAutoBid != null)
'performanceGoalAutoBid': performanceGoalAutoBid!,
};