TicketsOrderByType
Determines which ticket field to order by.
Possible Values
None, DESC, ASCデータ型
string
デフォルト値
"None"
解説
| 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. |