Lean  $LEAN_TAG$
QuantConnect.Api.BacktestTags Class Reference

Collection container for a list of backtest tags More...

Inheritance diagram for QuantConnect.Api.BacktestTags:
[legend]

Properties

List< string > Tags [get, set]
 Collection of tags for a backtest More...
 
- Properties inherited from QuantConnect.Api.RestResponse
bool Success [get, set]
 Indicate if the API request was successful. More...
 
List< string > Errors [get, set]
 List of errors with the API call. More...
 

Additional Inherited Members

- Public Member Functions inherited from QuantConnect.Api.RestResponse
 RestResponse ()
 JSON Constructor More...
 

Detailed Description

Collection container for a list of backtest tags

Definition at line 327 of file Backtest.cs.

Property Documentation

◆ Tags

List<string> QuantConnect.Api.BacktestTags.Tags
getset

Collection of tags for a backtest

Definition at line 332 of file Backtest.cs.


The documentation for this class was generated from the following file: