Files
plexjs/docs/sdk/models/operations/starttaskrequest.md

17 lines
1.0 KiB
Markdown

# StartTaskRequest
## Example Usage
```typescript
import { StartTaskRequest, TaskName } from "@lukehagar/plexjs/sdk/models/operations";
let value: StartTaskRequest = {
taskName: TaskName.CheckForUpdates,
};
```
## Fields
| Field | Type | Required | Description |
| ----------------------------------------------------------------- | ----------------------------------------------------------------- | ----------------------------------------------------------------- | ----------------------------------------------------------------- |
| `taskName` | [operations.TaskName](../../../sdk/models/operations/taskname.md) | :heavy_check_mark: | the name of the task to be started. |