WebhookListResult Class

The response model for the list webhook operation.

Inheritance
WebhookListResult

Constructor

WebhookListResult(*, value: Optional[List[azure.mgmt.automation.models._models_py3.Webhook]] = None, next_link: Optional[str] = None, **kwargs)

Parameters

value
list[Webhook]
Required

Gets or sets a list of webhooks.

next_link
str
Required

Gets or sets the next link.