WebhookListByAutomationAccountNextResponse type
Содержит данные ответа для операции listByAutomationAccountNext.
type WebhookListByAutomationAccountNextResponse = WebhookListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: WebhookListResult
}
}