Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.23 KB

RuleRequest.md

File metadata and controls

20 lines (15 loc) · 1.23 KB

RuleRequest

Properties

Name Type Description Notes
name str
condition ConditionRequest
enabled bool [optional] if omitted the server will use the default value of True
snooze_time_enabled bool [optional] if omitted the server will use the default value of False
snooze_time_value int [optional] if omitted the server will use the default value of 0
snooze_time_unit bool, date, datetime, dict, float, int, list, str, none_type [optional]
human_review_required bool [optional] if omitted the server will use the default value of False
action bool, date, datetime, dict, float, int, list, str, none_type [optional]
webhook_action [WebhookActionRequest] [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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