TestJobStreamsListByTestJobNextResponse type
Contains response data for the listByTestJobNext operation.
type TestJobStreamsListByTestJobNextResponse = JobStreamListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: JobStreamListResult
}
}