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