toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (filteredBidCreativeRows != null)
'filteredBidCreativeRows': filteredBidCreativeRows!,
if (nextPageToken != null) 'nextPageToken': nextPageToken!,
};