mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
5.3 KiB
5.3 KiB
GetPlaylistGeneratorItem
Example Usage
import { GetPlaylistGeneratorItem } from "@lukehagar/plexjs/models/operations";
let value: GetPlaylistGeneratorItem = {};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
composite |
string | ➖ | The composite thumbnail image path |
device |
operations.GetPlaylistGeneratorDevice | ➖ | N/A |
id |
number | ➖ | N/A |
location |
operations.GetPlaylistGeneratorLocation | ➖ | N/A |
mediaSettings |
operations.MediaSettings | ➖ | N/A |
policy |
operations.GetPlaylistGeneratorPolicy | ➖ | N/A |
status |
operations.GetPlaylistGeneratorStatus | ➖ | N/A |
target |
string | ➖ | N/A |
targetTagID |
number | ➖ | The tag of this generator's settings |
title |
string | ➖ | N/A |
type |
operations.GetPlaylistGeneratorType | ➖ | The type of this generator |