ExperimentsListByWorkspaceResponse type

Contains response data for the listByWorkspace operation.

type ExperimentsListByWorkspaceResponse = ExperimentListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ExperimentListResult
  }
}