Class UserDetailsData
public sealed class UserDetailsData
- Inheritance
-
UserDetailsData
- Inherited Members
-
Constructors
UserDetailsData()
Properties
DriverType
[JsonPropertyName("driver_type")]
[JsonConverter(typeof(StringAsDriverTypeJsonConverter))]
public DriverType DriverType { get; set; }
Property Value
- DriverType
FullName
[JsonPropertyName("full_name")]
public string FullName { get; set; }
Property Value
- string
Gamification
[JsonPropertyName("gamification")]
public Gamification Gamification { get; set; }
Property Value
- Gamification
Id
[JsonPropertyName("id")]
[JsonConverter(typeof(StringAsIntJsonConverter))]
public int Id { get; set; }
Property Value
- int
ObdDistance
[JsonPropertyName("obdDistance")]
public int ObdDistance { get; set; }
Property Value
- int
OverallRank
[JsonPropertyName("overallRank")]
public int OverallRank { get; set; }
Property Value
- int
TotalDistance
[JsonPropertyName("totalDistance")]
[JsonConverter(typeof(StringAsDoubleJsonConverter))]
public double TotalDistance { get; set; }
Property Value
- double
TotalPhotos
[JsonPropertyName("totalPhotos")]
[JsonConverter(typeof(StringAsIntJsonConverter))]
public int TotalPhotos { get; set; }
Property Value
- int
TotalTracks
[JsonPropertyName("totalTracks")]
[JsonConverter(typeof(StringAsIntJsonConverter))]
public int TotalTracks { get; set; }
Property Value
- int
TotalWaylensDistance
[JsonPropertyName("totalWaylensDistance")]
public int TotalWaylensDistance { get; set; }
Property Value
- int
Type
[JsonPropertyName("type")]
public string Type { get; set; }
Property Value
- string
Username
[JsonPropertyName("username")]
public string Username { get; set; }
Property Value
- string
WeeklyRank
[JsonPropertyName("weeklyRank")]
public int WeeklyRank { get; set; }
Property Value
- int