mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-07 20:47:49 +00:00
29 lines
1.4 KiB
Markdown
29 lines
1.4 KiB
Markdown
# GetButlerTasksResponseBody
|
|
|
|
All butler tasks
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { GetButlerTasksResponseBody } from "@lukehagar/plexjs/sdk/models/operations";
|
|
|
|
let value: GetButlerTasksResponseBody = {
|
|
butlerTasks: {
|
|
butlerTask: [
|
|
{
|
|
name: "BackupDatabase",
|
|
interval: 3,
|
|
title: "Backup Database",
|
|
description:
|
|
"Create a backup copy of the server's database in the configured backup directory",
|
|
},
|
|
],
|
|
},
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ----------------------------------------------------------------------- | ----------------------------------------------------------------------- | ----------------------------------------------------------------------- | ----------------------------------------------------------------------- |
|
|
| `butlerTasks` | [operations.ButlerTasks](../../../sdk/models/operations/butlertasks.md) | :heavy_minus_sign: | N/A | |