Bagikan melalui


TestJobStreamsListByTestJobResponse type

Berisi data respons untuk operasi listByTestJob.

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