Files
Prowlarr-TS-SDK/docs/models/commandinput.md

3.2 KiB
Raw Blame History

CommandInput

Example Usage

import { CommandInput } from "prowlarr/models";

let value: CommandInput = {};

Fields

Field Type Required Description
sendUpdatesToClient boolean N/A
lastExecutionTime Date N/A
lastStartTime Date N/A
trigger models.CommandTrigger N/A
suppressMessages boolean N/A
clientUserAgent string N/A