alert-notes

alert-notes
alert-notes

Model to represent a collection of alert notes

JSON Example
{
    "alertNotes": [
        {
            "alertId": "string",
            "creationTimeUTC": 0,
            "extension": {
                "anyObjects": [
                    {}
                ]
            },
            "id": "string",
            "links": [
                {
                    "description": "string",
                    "href": "string",
                    "name": "string",
                    "rel": "string"
                }
            ],
            "note": "string",
            "type": "string",
            "userId": "string",
            "userName": "string"
        }
    ],
    "links": [
        {
            "description": "string",
            "href": "string",
            "name": "string",
            "rel": "string"
        }
    ],
    "pageInfo": {
        "page": 0,
        "pageSize": 0,
        "sortBy": "string",
        "sortOrder": "string",
        "totalCount": 0
    }
}
array of alert-note
alertNotes
Optional

List of alert notes

array of link
links
Optional

Collection of links

pageInfo
Optional

Represents page information for a paged result