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

20 lines
448 B
Markdown

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