Delen via


ModuleListByAutomationAccountNextResponse type

Bevat antwoordgegevens voor de bewerking listByAutomationAccountNext.

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