PostServerCodeTriggerRequest

PostServerCodeTriggerRequest

Represents the request for creating a server code trigger.

Constructor

new PostServerCodeTriggerRequest(serverCode, predicate, 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 Details of the server code to execute.
predicate Predicate 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.