# TableSortKey
## Properties
**column** | **String** | |
**direction** | Option<**String**> | `asc` (the default) or `desc`. Null when the table was declared without an explicit direction for this key. | [optional]
**nulls** | Option<**String**> | Where nulls are placed: `first` or `last`. Defaults to the SQL default for the chosen direction. Null when the table was declared without an explicit placement for this key. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)