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