Compartilhar via


Python2PackageListByAutomationAccountNextResponse type

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

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