Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.08 KB

WebhookSubscription.md

File metadata and controls

17 lines (14 loc) · 1.08 KB

WebhookSubscription

Properties

Name Type Description Notes
Type_ string [default to null]
Uuid string The webhook's id [optional] [default to null]
Url string The URL events get delivered to. [optional] [default to null]
Description string A user-defined description of the webhook. [optional] [default to null]
SubjectType string The type of entity. Set to either `repository` or `workspace` based on where the subscription is defined. [optional] [default to null]
Subject *ModelError [optional] [default to null]
Active bool [optional] [default to null]
CreatedAt time.Time [optional] [default to null]
Events []string The events this webhook is subscribed to. [optional] [default to null]

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