mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-09 12:37:46 +00:00
28 lines
3.6 KiB
Markdown
28 lines
3.6 KiB
Markdown
# GetTopWatchedContentRole
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
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* | :heavy_minus_sign: | N/A | 220 |
|
|
| `filter` | *string* | :heavy_minus_sign: | N/A | actor=220 |
|
|
| `tag` | *string* | :heavy_minus_sign: | N/A | Dennis Keiffer |
|
|
| `tagKey` | *string* | :heavy_minus_sign: | N/A | 5d77683554f42c001f8c4708 |
|
|
| `role` | *string* | :heavy_minus_sign: | N/A | Bar Guy (uncredited) |
|
|
| `thumb` | *string* | :heavy_minus_sign: | N/A | https://metadata-static.plex.tv/6/people/648e9a7ea1d537bccfcd7615134b78ce.jpg | |