Order Object
This page specifies the shape of argument allowing configuring the sorting order of the Alerts API output
AlertOrderBy
AlertSortOrder
enum AlertSortOrder {
"""
Specifies descending sort order.
"""
DESC
"""
Specifies ascending sort order.
"""
ASC
}Last updated
Was this helpful?