Поделиться через


WebhookListByAutomationAccountResponse type

Содержит данные ответа для операции listByAutomationAccount.

type WebhookListByAutomationAccountResponse = WebhookListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: WebhookListResult
  }
}