Share via


WebhookCreateParameters Class

The parameters for creating a webhook.

Constructor

WebhookCreateParameters(*args: Any, **kwargs: Any)

Variables

Name Description
tags

The tags for the webhook.

location
str

The location of the webhook. This cannot be changed after the resource is created. Required.

properties

The properties that the webhook will be created with.

Attributes

location

The location of the webhook. This cannot be changed after the resource is created. Required.

location: str

properties

The properties that the webhook will be created with.

properties: _models.WebhookPropertiesCreateParameters | None

tags

The tags for the webhook.

tags: dict[str, str] | None