mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
1.4 KiB
1.4 KiB
GetButlerTasksResponseBody
All butler tasks
Example Usage
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 | ➖ | N/A |