Condividi tramite


WebhookListByAutomationAccountNextResponse type

Contiene i dati di risposta per l'operazione listByAutomationAccountNext.

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