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