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