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