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