mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 12:37:46 +00:00
17 lines
998 B
Markdown
17 lines
998 B
Markdown
# GetTasksResponse
|
|
|
|
Butler tasks
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { GetTasksResponse } from "@lukehagar/plexjs/models/operations";
|
|
|
|
let value: GetTasksResponse = {};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ---------------------------------------------------------------- | ---------------------------------------------------------------- | ---------------------------------------------------------------- | ---------------------------------------------------------------- |
|
|
| `butlerTasks` | [operations.ButlerTasks](../../models/operations/butlertasks.md) | :heavy_minus_sign: | N/A | |