Class AppCenterGetInstalledAppsResponse


public class AppCenterGetInstalledAppsResponse extends JsonrpcResponseSuccess
Represents a JSON-RPC Response for getting all installed apps that are defined in the backend metadata.
 {
   "jsonrpc": "2.0",
   "id": "UUID",
   "result": {
     "installedApps": AppCenterGetInstalledAppsResponse.Instance[]
   }
 }