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