JobsListByExperimentResponse type
Obsahuje data odpovědi pro operaci listByExperiment.
type JobsListByExperimentResponse = JobListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: JobListResult
}
}