TicketsOrderByType
Determines which ticket field to order by.
Possible Values
None, DESC, ASCData Type
string
Default Value
"None"
Remarks
DESC | Setting to DESC will add desc as the order by type to the request. |
ASC | Setting to ASC will add asc as the order by type to the request. |