mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 12:37:46 +00:00
17 lines
1.3 KiB
Markdown
17 lines
1.3 KiB
Markdown
# StopTaskRequest
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { PathParamTaskName, StopTaskRequest } from "@lukehagar/plexjs/sdk/models/operations";
|
|
|
|
let value: StopTaskRequest = {
|
|
taskName: PathParamTaskName.CleanOldCacheFiles,
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ----------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- |
|
|
| `taskName` | [operations.PathParamTaskName](../../../sdk/models/operations/pathparamtaskname.md) | :heavy_check_mark: | The name of the task to be started. | |