WebhookListByAutomationAccountResponse type
Zawiera dane odpowiedzi dla operacji listByAutomationAccount.
type WebhookListByAutomationAccountResponse = WebhookListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: WebhookListResult
}
}