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