mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
2.7 KiB
2.7 KiB
Writer
Example Usage
import { Writer } from "@lukehagar/plexjs/sdk/models/operations";
let value: Writer = {
id: 126522,
filter: "writer=126522",
tag: "Jamie P. Hanson",
tagKey: "5d77683d85719b001f3a535e",
};
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
id |
number | ✔️ | Unique identifier for the writer. | 126522 |
filter |
string | ✔️ | The filter string used to query this writer. | writer=126522 |
tag |
string | ✔️ | The role of Writer | Jamie P. Hanson |
tagKey |
string | ➖ | A unique key associated with the writers tag, used for internal identification. | 5d77683d85719b001f3a535e |