AppLinkIncludedRelationShips

AppLinkIncludedRelationShips
AppLinkIncludedRelationShips

Detailed definition of relationships included in App Links.

This class is array of IncludedRelationShip
JSON Example
[
    {
        "id": 1,
        "type": "app_packages",
        "attributes": {
            "name": "Notepad++ 7.2.0",
            "guid": "b9421adb-d6cb-47f0-81ba-10718d3a8611",
            "app_product_id": 1,
            "state": "Package",
            "version": "7.2.0",
            "programs_count": 1,
            "operating_systems_count": 1,
            "description": "string"
        }
    }
]