Class RegisteredDriversList
Inheritance
RegisteredDriversList
Assembly: Aydsko.iRacingData.dll
Syntax
public class RegisteredDriversList
Properties
Entries
Declaration
[JsonPropertyName("entries")]
public Entry[] Entries { get; set; }
Property Value
IsSubscribed
Declaration
[JsonPropertyName("subscribed")]
public bool IsSubscribed { get; set; }
Property Value
SubsessionId
Declaration
[JsonPropertyName("subsession_id")]
public int SubsessionId { get; set; }
Property Value
Success
Declaration
[JsonPropertyName("success")]
public bool Success { get; set; }
Property Value