mirror of
https://github.com/LukeHagar/plexjava.git
synced 2025-12-06 12:37:47 +00:00
15 lines
3.8 KiB
Markdown
15 lines
3.8 KiB
Markdown
# Sort
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description | Example |
|
|
| -------------------------------------------------------------------------- | -------------------------------------------------------------------------- | -------------------------------------------------------------------------- | -------------------------------------------------------------------------- | -------------------------------------------------------------------------- |
|
|
| `default_` | *Optional\<String>* | :heavy_minus_sign: | N/A | asc |
|
|
| `active` | *Optional\<Boolean>* | :heavy_minus_sign: | N/A | false |
|
|
| `activeDirection` | [Optional\<ActiveDirection>](../../models/operations/ActiveDirection.md) | :heavy_minus_sign: | The direction of the sort. Can be either `asc` or `desc`.<br/> | asc |
|
|
| `defaultDirection` | [Optional\<DefaultDirection>](../../models/operations/DefaultDirection.md) | :heavy_minus_sign: | The direction of the sort. Can be either `asc` or `desc`.<br/> | asc |
|
|
| `descKey` | *Optional\<String>* | :heavy_minus_sign: | N/A | titleSort:desc |
|
|
| `firstCharacterKey` | *Optional\<String>* | :heavy_minus_sign: | N/A | /library/sections/2/firstCharacter |
|
|
| `key` | *String* | :heavy_check_mark: | N/A | titleSort |
|
|
| `title` | *String* | :heavy_check_mark: | N/A | Title | |