Apps

Apps
Apps

List of Apps.

AllOf
This class requires all of the following:
JSON Example
{
    "0": "P",
    "1": "a",
    "2": "g",
    "3": "e",
    "4": " ",
    "5": "O",
    "6": "b",
    "7": "j",
    "8": "e",
    "9": "c",
    "10": "t",
    "values": [
        {
            "appType": "string",
            "id": "string",
            "appTemplateId": "string",
            "appId": "string",
            "appVersion": "string",
            "name": "string",
            "description": "string",
            "creationDate": "string",
            "status": "READY, FAILED, NOT_READY",
            "logoUrl": "string",
            "screenshotUrls": [
                "string"
            ],
            "owner": {
                "name": "string",
                "id": "string"
            },
            "org": {
                "name": "string",
                "id": "string"
            },
            "vdc": {
                "name": "string",
                "id": "string"
            },
            "eulaAccepted": false
        }
    ]
}
Availability
Added in 40.0.0-alpha
Returned By