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