Lean  $LEAN_TAG$
QuantConnect.Api.Collaborator Class Reference

Collaborator responses More...

Properties

int Uid [get, set]
 User ID More...
 
bool LiveControl [get, set]
 Indicate if the user have live control More...
 
string Permission [get, set]
 The permission this user is given. Can be "read" or "write" More...
 
string PublicId [get, set]
 The user public ID More...
 
string ProfileImage [get, set]
 The url of the user profile image More...
 
string Email [get, set]
 The registered email of the user More...
 
string Name [get, set]
 The display name of the user More...
 
string Bio [get, set]
 The biography of the user More...
 
bool Owner [get, set]
 Indicate if the user is the owner of the project More...
 

Detailed Description

Collaborator responses

Definition at line 24 of file Project.cs.

Property Documentation

◆ Uid

int QuantConnect.Api.Collaborator.Uid
getset

User ID

Definition at line 30 of file Project.cs.

◆ LiveControl

bool QuantConnect.Api.Collaborator.LiveControl
getset

Indicate if the user have live control

Definition at line 36 of file Project.cs.

◆ Permission

string QuantConnect.Api.Collaborator.Permission
getset

The permission this user is given. Can be "read" or "write"

Definition at line 43 of file Project.cs.

◆ PublicId

string QuantConnect.Api.Collaborator.PublicId
getset

The user public ID

Definition at line 49 of file Project.cs.

◆ ProfileImage

string QuantConnect.Api.Collaborator.ProfileImage
getset

The url of the user profile image

Definition at line 55 of file Project.cs.

◆ Email

string QuantConnect.Api.Collaborator.Email
getset

The registered email of the user

Definition at line 61 of file Project.cs.

◆ Name

string QuantConnect.Api.Collaborator.Name
getset

The display name of the user

Definition at line 67 of file Project.cs.

◆ Bio

string QuantConnect.Api.Collaborator.Bio
getset

The biography of the user

Definition at line 73 of file Project.cs.

◆ Owner

bool QuantConnect.Api.Collaborator.Owner
getset

Indicate if the user is the owner of the project

Definition at line 79 of file Project.cs.


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