JobsListByExperimentResponse type
Contains response data for the listByExperiment operation.
type JobsListByExperimentResponse = JobListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: JobListResult
}
}