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