ModuleListByAutomationAccountResponse type

Contains response data for the listByAutomationAccount operation.

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