Bagikan melalui


StatisticsListByAutomationAccountResponse type

Berisi data respons untuk operasi listByAutomationAccount.

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