WebhookListByAutomationAccountNextResponse type
listByAutomationAccountNext işlemi için yanıt verilerini içerir.
type WebhookListByAutomationAccountNextResponse = WebhookListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: WebhookListResult
}
}