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

2.8 KiB
Raw Blame History

GetMetaDataByRatingKeyWriter

Example Usage

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

let value: GetMetaDataByRatingKeyWriter = {
  id: 132,
  filter: "writer=132",
  tag: "Joss Whedon",
  tagKey: "5d776828880197001ec90e8f",
  thumb: "https://metadata-static.plex.tv/people/5d776828880197001ec90e8f.jpg",
};

Fields

Field Type Required Description Example
id number N/A 132
filter string N/A writer=132
tag string N/A Joss Whedon
tagKey string N/A 5d776828880197001ec90e8f
thumb string N/A https://metadata-static.plex.tv/people/5d776828880197001ec90e8f.jpg