JobsListByExperimentResponse type
Contém dados de resposta para a operação listByExperiment.
type JobsListByExperimentResponse = JobListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: JobListResult
}
}