toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (creativeBlockingLevel != null)
'creativeBlockingLevel': creativeBlockingLevel!,
if (deliveryRateType != null) 'deliveryRateType': deliveryRateType!,
if (frequencyCaps != null)
'frequencyCaps':
frequencyCaps!.map((value) => value.toJson()).toList(),
};