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