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

968 B
Raw Blame History

GetTopWatchedContentCountry

Example Usage

import { GetTopWatchedContentCountry } from "@lukehagar/plexjs/sdk/models/operations";

let value: GetTopWatchedContentCountry = {
  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