toJson method

Map<String, dynamic> toJson()

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!,
};