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