mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
16 lines
351 B
Markdown
16 lines
351 B
Markdown
# QueryParamIncludeCollections
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { QueryParamIncludeCollections } from "@lukehagar/plexjs/sdk/models/operations";
|
|
|
|
let value: QueryParamIncludeCollections = QueryParamIncludeCollections.Enable;
|
|
```
|
|
|
|
## Values
|
|
|
|
| Name | Value |
|
|
| --------- | --------- |
|
|
| `Disable` | 0 |
|
|
| `Enable` | 1 | |