mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 12:37:46 +00:00
934 B
934 B
GetLibrarySectionsAllField
Example Usage
import { GetLibrarySectionsAllField } from "@lukehagar/plexjs/sdk/models/operations";
let value: GetLibrarySectionsAllField = {
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 |