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