Sdílet prostřednictvím


WebhookListByAutomationAccountResponse type

Obsahuje data odpovědi pro operaci listByAutomationAccount.

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