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

919 B
Raw Blame History

GetRecentlyAddedField

Example Usage

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

let value: GetRecentlyAddedField = {
  key: "show.title",
  title: "Show Title",
  type: "string",
  subType: "rating",
};

Fields

Field Type Required Description Example
key string ✔️ N/A show.title
title string ✔️ N/A Show Title
type string ✔️ N/A string
subType string N/A rating