Поделиться через


ModuleListByAutomationAccountNextResponse type

Содержит данные ответа для операции listByAutomationAccountNext.

type ModuleListByAutomationAccountNextResponse = ModuleListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ModuleListResult
  }
}