PatchServerCodeTriggerRequest

PatchServerCodeTriggerRequest

Represents the request for updating a server code trigger.

Constructor

new PatchServerCodeTriggerRequest(serverCodeopt, predicateopt, titleopt, descriptionopt, metadataopt)

Create a ServerCodeTriggerRequest.
Properties:
Name Type Description
serverCode ServerCode Details of the server code to execute.
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
serverCode ServerCode <optional>
Details of the server code to execute.
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.