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

7.7 KiB
Raw Blame History

CommandResourceInput

Example Usage

import { CommandResourceInput } from "prowlarr/models";

let value: CommandResourceInput = {};

Fields

Field Type Required Description
id number N/A
name string N/A
commandName string N/A
message string N/A
body models.CommandInput N/A
priority models.CommandPriority N/A
status models.CommandStatus N/A
queued Date N/A
started Date N/A
ended Date N/A
duration string N/A
exception string N/A
trigger models.CommandTrigger N/A
clientUserAgent string N/A
stateChangeTime Date N/A
sendUpdatesToClient boolean N/A
updateScheduledTask boolean N/A
lastExecutionTime Date N/A