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

925 B
Raw Blame History

GetAllMediaLibraryField

Example Usage

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

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