JobListByAutomationAccountNextResponse type

Contains response data for the listByAutomationAccountNext operation.

type JobListByAutomationAccountNextResponse = JobListResultV2 & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: JobListResultV2
  }
}