DeviceEventSortInput
Was this section helpful?
What made this section helpful for you?
What made this section unhelpful for you?
Was this section helpful?
Sort direction for device events (by createdAt timestamp)
1
2
3
4
enum DeviceEventSortInput {
ASCENDING
DESCENDING
}