TestJobStreamsListByTestJobNextResponse type
包含 listByTestJobNext作的响应数据。
type TestJobStreamsListByTestJobNextResponse = JobStreamListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: JobStreamListResult
}
}