WebhookUpdateParameters Class
The parameters for updating a webhook.
Constructor
WebhookUpdateParameters(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
tags
|
The tags for the webhook. |
|
properties
|
The properties that the webhook will be updated with. |
Attributes
properties
The properties that the webhook will be updated with.
properties: _models.WebhookPropertiesUpdateParameters | None
tags
The tags for the webhook.
tags: dict[str, str] | None