mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-07 20:47:49 +00:00
2.3 KiB
2.3 KiB
GetLibraryItemsWriter
Example Usage
import { GetLibraryItemsWriter } from "@lukehagar/plexjs/sdk/models/operations";
let value: GetLibraryItemsWriter = {
id: 126522,
tag: "Jamie P. Hanson",
thumb:
"https://metadata-static.plex.tv/8/people/8d65fa96804802e08f2de09fe014408e.jpg",
};
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
id |
number | ✔️ | Unique identifier for the writer. | 126522 |
tag |
string | ✔️ | The role of Writer | Jamie P. Hanson |
thumb |
string | ➖ | The absolute URL of the thumbnail image for the writer. | https://metadata-static.plex.tv/8/people/8d65fa96804802e08f2de09fe014408e.jpg |