Skip to content

AlertSettingsValue

Properties

Name Type Description Notes
friendlyName String Friendly name for this variable [optional] [default to null]
placeHolder String Placeholder for this variable [optional] [default to null]
source AlertSettingsVariableSource [optional] [default to null]
maxLength Integer MaxLength for this variable. This will be used when validating a message length [optional] [default to null]
sampleValue String Sample value for this variable [optional] [default to null]
template String Template for this variable [optional] [default to null]
value String Value for this variable [optional] [default to null]
isError Boolean Indicates if there are any validation failures in this response [optional] [default to null]
validationFailures List Validation failures of this request object [optional] [default to null]
usedMessageVariables Map Used variables by Message Variable Source [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]