mirror of
https://github.com/ysoftdevs/terraform-provider-bitbucketserver.git
synced 2026-03-27 03:41:06 +01:00
Merge pull request #3 from HansBraun/master
Update resource_repository_webhook.go
This commit is contained in:
@@ -19,7 +19,7 @@ type Webhook struct {
|
|||||||
CreatedDate jsonTime `json:"createdDate,omitempty"`
|
CreatedDate jsonTime `json:"createdDate,omitempty"`
|
||||||
UpdatedDate jsonTime `json:"updatedDate,omitempty"`
|
UpdatedDate jsonTime `json:"updatedDate,omitempty"`
|
||||||
URL string `json:"url,omitempty"`
|
URL string `json:"url,omitempty"`
|
||||||
Active bool `json:"active,omitempty"`
|
Active bool `json:"active"`
|
||||||
Events []interface{} `json:"events"`
|
Events []interface{} `json:"events"`
|
||||||
Configuration WebhookConfiguration `json:"configuration"`
|
Configuration WebhookConfiguration `json:"configuration"`
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user