Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.01 KB

WebhookPolicy.md

File metadata and controls

19 lines (15 loc) · 1.01 KB

WebhookPolicy

Properties

Name Type Description Notes
id int The webhook policy ID. [optional]
name str The name of webhook policy. [optional]
description str The description of webhook policy. [optional]
project_id int The project ID of webhook policy. [optional]
targets list[WebhookTargetObject] [optional]
event_types list[str] [optional]
creator str The creator of the webhook policy. [optional]
creation_time datetime The create time of the webhook policy. [optional]
update_time datetime The update time of the webhook policy. [optional]
enabled bool Whether the webhook policy is enabled or not. [optional]

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