Delen via


StatisticsListByAutomationAccountResponse type

Bevat antwoordgegevens voor de bewerking listByAutomationAccount.

type StatisticsListByAutomationAccountResponse = StatisticsListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: StatisticsListResult
  }
}