Поделиться через


TestJobStreamsListByTestJobNextResponse type

Содержит данные ответа для операции listByTestJobNext.

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