JobsListByExperimentResponse type
Bevat antwoordgegevens voor de bewerking listByExperiment.
type JobsListByExperimentResponse = JobListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: JobListResult
}
}