StatisticsListByAutomationAccountResponse type

Contains response data for the listByAutomationAccount operation.

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