TestJobStreamsListByTestJobNextResponse type
包含 listByTestJobNext 作業的響應數據。
type TestJobStreamsListByTestJobNextResponse = JobStreamListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: JobStreamListResult
}
}