Files
plexjs/docs/sdk/models/operations/includemeta.md
2024-09-08 03:06:14 +00:00

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 |