Constructor
new PostServerCodeTriggerRequest(serverCode, predicate, titleopt, descriptionopt, metadataopt)
Create a ServerCodeTriggerRequest.
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. |
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. |