mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
20 lines
456 B
Markdown
20 lines
456 B
Markdown
# IncludeDetails
|
|
|
|
Whether or not to include details for a section (types, filters, and sorts).
|
|
Only exists for backwards compatibility, media providers other than the server libraries have it on always.
|
|
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { IncludeDetails } from "@lukehagar/plexjs/sdk/models/operations";
|
|
|
|
let value: IncludeDetails = IncludeDetails.One;
|
|
```
|
|
|
|
## Values
|
|
|
|
| Name | Value |
|
|
| ------ | ------ |
|
|
| `Zero` | 0 |
|
|
| `One` | 1 | |