(int) $this->id, 'download' => (float) $this->download, 'upload' => (float) $this->upload, 'ping' => (float) $this->ping, 'server_id' => (int) $this->server_id, 'server_host' => $this->server_host, 'server_name' => $this->server_name, 'scheduled' => (bool) $this->scheduled, ]; } }