mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-09 20:47:47 +00:00
794 B
794 B
GetTopWatchedContentGenre
Example Usage
import { GetTopWatchedContentGenre } from "@lukehagar/plexjs/sdk/models/operations";
let value: GetTopWatchedContentGenre = {
id: 184,
filter: "genre=184",
tag: "Thriller",
};
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
id |
number | ➖ | N/A | 184 |
filter |
string | ➖ | N/A | genre=184 |
tag |
string | ➖ | N/A | Thriller |