mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
3.6 KiB
3.6 KiB
GetTopWatchedContentRole
Example Usage
import { GetTopWatchedContentRole } from "@lukehagar/plexjs/sdk/models/operations";
let value: GetTopWatchedContentRole = {
id: 220,
filter: "actor=220",
tag: "Dennis Keiffer",
tagKey: "5d77683554f42c001f8c4708",
role: "Bar Guy (uncredited)",
thumb:
"https://metadata-static.plex.tv/6/people/648e9a7ea1d537bccfcd7615134b78ce.jpg",
};
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
id |
number | ➖ | N/A | 220 |
filter |
string | ➖ | N/A | actor=220 |
tag |
string | ➖ | N/A | Dennis Keiffer |
tagKey |
string | ➖ | N/A | 5d77683554f42c001f8c4708 |
role |
string | ➖ | N/A | Bar Guy (uncredited) |
thumb |
string | ➖ | N/A | https://metadata-static.plex.tv/6/people/648e9a7ea1d537bccfcd7615134b78ce.jpg |