Files
plexjs/docs/models/getmetadatabyratingkeycountry.md

958 B
Raw Blame History

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