Files
plexjs/docs/sdk/models/operations/getsearchalllibrariesqueryparamincludecollections.md

19 lines
492 B
Markdown

# GetSearchAllLibrariesQueryParamIncludeCollections
Whether to include collections in the search results.
## Example Usage
```typescript
import { GetSearchAllLibrariesQueryParamIncludeCollections } from "@lukehagar/plexjs/sdk/models/operations";
let value: GetSearchAllLibrariesQueryParamIncludeCollections =
GetSearchAllLibrariesQueryParamIncludeCollections.Enable;
```
## Values
| Name | Value |
| --------- | --------- |
| `Disable` | 0 |
| `Enable` | 1 |