mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-07 20:47:49 +00:00
Normalized imports, regenerated
This commit is contained in:
17
docs/sdk/models/operations/starttaskrequest.md
Normal file
17
docs/sdk/models/operations/starttaskrequest.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# StartTaskRequest
|
||||
|
||||
## Example Usage
|
||||
|
||||
```typescript
|
||||
import { StartTaskRequest, TaskName } from "@lukehagar/plexjs/sdk/models/operations";
|
||||
|
||||
let value: StartTaskRequest = {
|
||||
taskName: TaskName.DeepMediaAnalysis,
|
||||
};
|
||||
```
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ----------------------------------------------------------------- | ----------------------------------------------------------------- | ----------------------------------------------------------------- | ----------------------------------------------------------------- |
|
||||
| `taskName` | [operations.TaskName](../../../sdk/models/operations/taskname.md) | :heavy_check_mark: | the name of the task to be started. |
|
||||
Reference in New Issue
Block a user