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