mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 12:37:46 +00:00
1.0 KiB
1.0 KiB
StartTaskRequest
Example Usage
import { StartTaskRequest, TaskName } from "@lukehagar/plexjs/sdk/models/operations";
let value: StartTaskRequest = {
taskName: TaskName.CheckForUpdates,
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
taskName |
operations.TaskName | ✔️ | the name of the task to be started. |