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

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 |