JobsListByExperimentNextResponse type

Contains response data for the listByExperimentNext operation.

type JobsListByExperimentNextResponse = JobListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: JobListResult
  }
}