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