Compartir a través de


JobsListByExperimentResponse type

Contiene datos de respuesta para la operación listByExperiment.

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