toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (bypassNonguaranteedDealsPretargeting != null)
'bypassNonguaranteedDealsPretargeting':
bypassNonguaranteedDealsPretargeting!,
if (cookieMatchingNetworkId != null)
'cookieMatchingNetworkId': cookieMatchingNetworkId!,
if (cookieMatchingUrl != null) 'cookieMatchingUrl': cookieMatchingUrl!,
if (dealsBillingId != null) 'dealsBillingId': dealsBillingId!,
if (name != null) 'name': name!,
};