ExperimentsListByWorkspaceNextResponse type
Contiene i dati di risposta per l'operazione listByWorkspaceNext.
type ExperimentsListByWorkspaceNextResponse = ExperimentListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: ExperimentListResult
}
}