(int)$this->id, 'created_at' => $this->created_at, 'updated_at' => $this->updated_at, 'name' => $this->name, 'description' => $this->description, 'url' => $this->url, 'directUrl' => $this->direct_url, 'apiKey' => $this->apiKey, 'apiSecret' => $this->apiSecret, 'properties' => [ 'testingWarning' => $this->testing_warning, 'autoAccept' => $this->auto_accept, 'untrustedWarning' => $this->untrusted_warning, 'showOnWebpage' => $this->show_on_webpage, 'stopAutoRedirect' => $this->stop_auto_redirect, 'hideInAppList' => $this->hide_in_app_list, 'userCantRemoveApp' => $this->user_cant_remove_app ] ]; } }