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