mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-10 04:20:58 +00:00
19 lines
295 B
Markdown
19 lines
295 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.One;
|
|
```
|
|
|
|
## Values
|
|
|
|
| Name | Value |
|
|
| ------ | ------ |
|
|
| `Zero` | 0 |
|
|
| `One` | 1 | |