Lean
$LEAN_TAG$
|
API response for version More...
Properties | |
int | Id [get, set] |
ID of the LEAN version More... | |
DateTime? | Created [get, set] |
Date when this version was created More... | |
string | Description [get, set] |
Description of the LEAN version More... | |
string | LeanHash [get, set] |
Commit Hash in the LEAN repository More... | |
string | LeanCloudHash [get, set] |
Commit Hash in the LEAN Cloud repository More... | |
string | Name [get, set] |
Name of the branch where the commit is More... | |
string | Ref [get, set] |
Reference to the branch where the commit is More... | |
bool | Public [get, set] |
Indicates if the version is available for the public (1) or not (0) More... | |
API response for version
Definition at line 386 of file Project.cs.
|
getset |
ID of the LEAN version
Definition at line 392 of file Project.cs.
|
getset |
Date when this version was created
Definition at line 398 of file Project.cs.
|
getset |
Description of the LEAN version
Definition at line 404 of file Project.cs.
|
getset |
Commit Hash in the LEAN repository
Definition at line 410 of file Project.cs.
|
getset |
Commit Hash in the LEAN Cloud repository
Definition at line 416 of file Project.cs.
|
getset |
Name of the branch where the commit is
Definition at line 422 of file Project.cs.
|
getset |
Reference to the branch where the commit is
Definition at line 428 of file Project.cs.
|
getset |
Indicates if the version is available for the public (1) or not (0)
Definition at line 434 of file Project.cs.