Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.21 KB

WebhookPolicy.md

File metadata and controls

19 lines (15 loc) · 1.21 KB

WebhookPolicy

Properties

Name Type Description Notes
Id int64 The webhook policy ID. [optional] [default to null]
Name string The name of webhook policy. [optional] [default to null]
Description string The description of webhook policy. [optional] [default to null]
ProjectId int32 The project ID of webhook policy. [optional] [default to null]
Targets []WebhookTargetObject [optional] [default to null]
EventTypes []string [optional] [default to null]
Creator string The creator of the webhook policy. [optional] [default to null]
CreationTime time.Time The create time of the webhook policy. [optional] [default to null]
UpdateTime time.Time The update time of the webhook policy. [optional] [default to null]
Enabled bool Whether the webhook policy is enabled or not. [optional] [default to null]

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