AppAssignments

AppAssignments
AppAssignments

A collection of app-assignments.

This class is array of AppAssignment
JSON Example
[
    {
        "id": 0,
        "description": "This application is best suitable for text files.",
        "app_product_id": 0,
        "app_product_name": "Notepad++",
        "app_package_id": 0,
        "app_package_name": "Notepad-7.0.1",
        "app_marker_id": 0,
        "app_marker_name": "CURRENT",
        "priority": 0,
        "mount_prefix": "string",
        "delivery": "default",
        "created_at": "2021-12-03 13:10:13 -0800",
        "created_at_human": "Dec 03 2021",
        "updated_at": "2021-12-03 13:10:13 -0800",
        "updated_at_human": "Dec 03 2021",
        "filters": [
            {
                "id": 3,
                "type": "ComputerPrefixFilter",
                "value": "COMP"
            }
        ]
    }
]