roles.get.response

roles.get.response
roles.get.response
This class is array of object
JSON Example
[
    {
        "id": "string",
        "name": "string",
        "description": "string",
        "required": false,
        "editable": false,
        "capabilities": [
            {
                "id": "string"
            }
        ],
        "dataSets": [
            {
                "id": "string",
                "name": "string",
                "type": "string",
                "constraints": {
                    "name": "string",
                    "operator": "string",
                    "value": "string"
                }
            }
        ]
    }
]