Class Eligibility
Assembly: Aydsko.iRacingData.dll
Syntax
Properties
CanDrive
Declaration
[JsonPropertyName("can_drive")]
public bool CanDrive { get; set; }
Property Value
CanSpot
Declaration
[JsonPropertyName("can_spot")]
public bool CanSpot { get; set; }
Property Value
CanWatch
Declaration
[JsonPropertyName("can_watch")]
public bool CanWatch { get; set; }
Property Value
HasCrewPassword
Declaration
[JsonPropertyName("has_crew_password")]
public bool HasCrewPassword { get; set; }
Property Value
HasSessionPassword
Declaration
[JsonPropertyName("has_sess_password")]
public bool HasSessionPassword { get; set; }
Property Value
IsTrustedSpotter
Declaration
[JsonPropertyName("trusted_spotter")]
public bool IsTrustedSpotter { get; set; }
Property Value
NeedsPurchase
Declaration
[JsonPropertyName("needs_purchase")]
public bool NeedsPurchase { get; set; }
Property Value
PurchaseSkus
Declaration
[JsonPropertyName("purchase_skus")]
public int[] PurchaseSkus { get; set; }
Property Value
Registered
Declaration
[JsonPropertyName("registered")]
public bool Registered { get; set; }
Property Value
SessionFull
Declaration
[JsonPropertyName("session_full")]
public bool SessionFull { get; set; }
Property Value