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