Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 753 Bytes

HiddenConditionsEffects.md

File metadata and controls

13 lines (10 loc) · 753 Bytes

TalonOne.Model.HiddenConditionsEffects

Contains information about hidden conditions and effects in the Application.

Properties

Name Type Description Notes
BuiltInEffects List<string> List of hidden built-in effects. [optional]
Conditions List<string> List of hidden conditions. [optional]
CustomEffects List<int> List of the IDs of hidden custom effects. [optional]
Webhooks List<int> List of the IDs of hidden webhooks. [optional]

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