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