mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
2.5 KiB
2.5 KiB
GetLibraryItemsCountry
Example Usage
import { GetLibraryItemsCountry } from "@lukehagar/plexjs/sdk/models/operations";
let value: GetLibraryItemsCountry = {
id: 259,
tag: "United States of America",
};
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
id |
number | ✔️ | The unique identifier for the country. NOTE: This is different for each Plex server and is not globally unique. |
259 |
tag |
string | ✔️ | The country of origin of this media item | United States of America |