Files
plexjs/docs/sdk/models/operations/getmediametadatacountry.md

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