mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
1.3 KiB
1.3 KiB
Country
The filter query string for country media items.
Example Usage
import { Country } from "@lukehagar/plexjs/sdk/models/operations";
let value: Country = {
id: 259,
tag: "United States of America",
filter: "country=19",
};
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
id |
number | ✔️ | N/A | 259 |
tag |
string | ✔️ | The country of origin of this media item | United States of America |
filter |
string | ➖ | N/A | country=19 |