mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
1.2 KiB
1.2 KiB
GetMediaMetaDataCountry
Example Usage
import { GetMediaMetaDataCountry } from "@lukehagar/plexjs/sdk/models/operations";
let value: GetMediaMetaDataCountry = {
id: 58591,
filter: "country=58591",
tag: "United States of America",
};
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
id |
number | ✔️ | The unique country identifier. | 58591 |
filter |
string | ✔️ | The filter string for the country. | country=58591 |
tag |
string | ✔️ | The country name. | United States of America |