Bagikan melalui


TestJobStreamsListByTestJobNextResponse type

Berisi data respons untuk operasi listByTestJobNext.

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