toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final advertiserGroups = this.advertiserGroups;
final kind = this.kind;
final nextPageToken = this.nextPageToken;
return {
'advertiserGroups': ?advertiserGroups,
'kind': ?kind,
'nextPageToken': ?nextPageToken,
};
}