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

1.3 KiB
Raw Blame History

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