mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
3.5 KiB
3.5 KiB
GetTasksButlerTask
Example Usage
import { GetTasksButlerTask } from "@lukehagar/plexjs/models/operations";
let value: GetTasksButlerTask = {};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
description |
string | ➖ | A user-friendly description of the task |
enabled |
boolean | ➖ | Whether this task is enabled or not |
interval |
number | ➖ | The interval (in days) of when this task is run. A value of 1 is run every day, 7 is every week, etc. |
name |
string | ➖ | The name of the task |
scheduleRandomized |
boolean | ➖ | Indicates whether the timing of the task is randomized within the butler interval |
title |
string | ➖ | A user-friendly title of the task |