mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
20 lines
424 B
Markdown
20 lines
424 B
Markdown
# GetLibraryItemsQueryParamIncludeMeta
|
|
|
|
Adds the Meta object to the response
|
|
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { GetLibraryItemsQueryParamIncludeMeta } from "@lukehagar/plexjs/sdk/models/operations";
|
|
|
|
let value: GetLibraryItemsQueryParamIncludeMeta =
|
|
GetLibraryItemsQueryParamIncludeMeta.Enable;
|
|
```
|
|
|
|
## Values
|
|
|
|
| Name | Value |
|
|
| --------- | --------- |
|
|
| `Disable` | 0 |
|
|
| `Enable` | 1 | |