mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 12:37:46 +00:00
3.5 KiB
3.5 KiB
GetSearchAllLibrariesRole
Example Usage
import { GetSearchAllLibrariesRole } from "@lukehagar/plexjs/sdk/models/operations";
let value: GetSearchAllLibrariesRole = {
id: 294129,
filter: "actor=294129",
thumb:
"https://metadata-static.plex.tv/2/people/27b85844536c39f3f9ac943aaad46608.jpg",
tag: "Mike Smith",
tagKey: "668e7e7b22bcad9064350c91",
role: "Self",
};
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
id |
number | ➖ | The ID of the tag or actor. | 294129 |
filter |
string | ➖ | The filter used to find the actor or tag. | actor=294129 |
thumb |
string | ➖ | The thumbnail of the actor | https://metadata-static.plex.tv/2/people/27b85844536c39f3f9ac943aaad46608.jpg |
tag |
string | ➖ | The name of the tag or actor. | Mike Smith |
tagKey |
string | ➖ | Unique identifier for the tag. | 668e7e7b22bcad9064350c91 |
role |
string | ➖ | The role of the actor or tag in the media. | Self |