mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-10 12:37:45 +00:00
19 lines
322 B
Markdown
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 | |