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