WatcherListByAutomationAccountNextResponse type

Contains response data for the listByAutomationAccountNext operation.

type WatcherListByAutomationAccountNextResponse = WatcherListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: WatcherListResult
  }
}