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

1.0 KiB

GetLibraryItemsCollection

Example Usage

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

let value: GetLibraryItemsCollection = {
  tag: "My Awesome Collection",
};

Fields

Field Type Required Description Example
tag string ✔️ The user-made collection this media item belongs to My Awesome Collection