mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
968 B
968 B
GetTopWatchedContentCountry
Example Usage
import { GetTopWatchedContentCountry } from "@lukehagar/plexjs/sdk/models/operations";
let value: GetTopWatchedContentCountry = {
id: 116,
filter: "country=116",
tag: "United States of America",
};
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
id |
number | ➖ | N/A | 116 |
filter |
string | ➖ | N/A | country=116 |
tag |
string | ➖ | N/A | United States of America |