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

19 lines
322 B
Markdown

# IncludeMeta
Adds the Meta object to the response
## Example Usage
```typescript
import { IncludeMeta } from "@lukehagar/plexjs/sdk/models/operations";
let value: IncludeMeta = IncludeMeta.Enable;
```
## Values
| Name | Value |
| --------- | --------- |
| `Disable` | 0 |
| `Enable` | 1 |