mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-09 12:37:46 +00:00
19 lines
321 B
Markdown
19 lines
321 B
Markdown
# IncludeCollections
|
|
|
|
include collections in the results
|
|
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { IncludeCollections } from "@lukehagar/plexjs/sdk/models/operations";
|
|
|
|
let value: IncludeCollections = IncludeCollections.One;
|
|
```
|
|
|
|
## Values
|
|
|
|
| Name | Value |
|
|
| ------ | ------ |
|
|
| `One` | 1 |
|
|
| `Zero` | 0 | |