mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
958 B
958 B
GetMetaDataByRatingKeyCountry
Example Usage
import { GetMetaDataByRatingKeyCountry } from "@lukehagar/plexjs";
let value: GetMetaDataByRatingKeyCountry = {
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 |