Delen via


Python2PackageListByAutomationAccountNextResponse type

Bevat antwoordgegevens voor de bewerking listByAutomationAccountNext.

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