Condividi tramite


TestJobStreamsListByTestJobNextResponse type

Contiene i dati di risposta per l'operazione listByTestJobNext.

type TestJobStreamsListByTestJobNextResponse = JobStreamListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: JobStreamListResult
  }
}