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

17 lines
1.2 KiB
Markdown

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