TestJobStreamsListByTestJobNextResponse type
Contém dados de resposta para a operação listByTestJobNext.
type TestJobStreamsListByTestJobNextResponse = JobStreamListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: JobStreamListResult
}
}