PatchCommandTriggerRequest

PatchCommandTriggerRequest

Represents the request for updating a command trigger.

Constructor

new PatchCommandTriggerRequest(commandopt, predicateopt, titleopt, descriptionopt, metadataopt)

Create a PostCommandTriggerRequest.
Properties:
Name Type Description
command TriggerCommandObject instance of TriggerCommandObject.
predicate Predicate Predicate of the condition met for the trigger to execute.
title string Title of the trigger.
description string Description of the trigger.
metadata Object Key-value list to store within trigger definition.
Parameters:
Name Type Attributes Description
command TriggerCommandObject <optional>
the necessary fields to construct command.
predicate Predicate <optional>
Predicate of the condition met for the trigger to execute.
title string <optional>
Title of the trigger.
description string <optional>
Description of the trigger.
metadata Object <optional>
Key-value list to store within trigger definition.