toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (customBiddingAlgorithmId != null)
'customBiddingAlgorithmId': customBiddingAlgorithmId!,
if (maxAverageCpmBidAmountMicros != null)
'maxAverageCpmBidAmountMicros': maxAverageCpmBidAmountMicros!,
if (performanceGoalAmountMicros != null)
'performanceGoalAmountMicros': performanceGoalAmountMicros!,
if (performanceGoalType != null)
'performanceGoalType': performanceGoalType!,
};