Files
plexjs/docs/models/operations/gettasksbutlertask.md

3.5 KiB
Raw Blame History

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