TicketsOrderByField
Determines which ticket field to order by.
Possible Values
None, CreatedAt, UpdatedAtデータ型
string
デフォルト値
"None"
解説
| CreatedAt | Setting to CreatedAt will add CreatedAt as an order by field to the request. |
| UpdatedAt | Setting to UpdatedAt will add UpdatedAt as an order by field to the request. |