Partilhar via


StatisticsListByAutomationAccountResponse type

Contém dados de resposta para a operação listByAutomationAccount.

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