mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-10 04:20:58 +00:00
18 lines
406 B
Markdown
18 lines
406 B
Markdown
# QueryParamIncludeCollections
|
|
|
|
Whether to include collections in the search results.
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { QueryParamIncludeCollections } from "@lukehagar/plexjs/sdk/models/operations";
|
|
|
|
let value: QueryParamIncludeCollections = QueryParamIncludeCollections.Enable;
|
|
```
|
|
|
|
## Values
|
|
|
|
| Name | Value |
|
|
| --------- | --------- |
|
|
| `Disable` | 0 |
|
|
| `Enable` | 1 | |