Class Gamification
public sealed class Gamification
- Inheritance
-
Gamification
- Inherited Members
-
Constructors
Gamification()
Properties
Level
[JsonPropertyName("level")]
public int Level { get; set; }
Property Value
- int
LevelName
[JsonPropertyName("level_name")]
public string LevelName { get; set; }
Property Value
- string
LevelProgress
[JsonPropertyName("level_progress")]
public int LevelProgress { get; set; }
Property Value
- int
LevelProgressPercent
[JsonPropertyName("level_progress_percent")]
public float LevelProgressPercent { get; set; }
Property Value
- float
LevelTarget
[JsonPropertyName("level_target")]
public int LevelTarget { get; set; }
Property Value
- int
Rank
[JsonPropertyName("rank")]
public int Rank { get; set; }
Property Value
- int
RankWeekly
[JsonPropertyName("rank_weekly")]
public int RankWeekly { get; set; }
Property Value
- int
Region
[JsonPropertyName("region")]
public Region Region { get; set; }
Property Value
- Region
TotalUserPoints
[JsonPropertyName("total_user_points")]
[JsonConverter(typeof(StringAsIntJsonConverter))]
public int TotalUserPoints { get; set; }
Property Value
- int
TotalUserWaylensPoints
[JsonPropertyName("total_user_waylens_points")]
[JsonConverter(typeof(StringAsIntJsonConverter))]
public int TotalUserWaylensPoints { get; set; }
Property Value
- int
UserId
[JsonPropertyName("user_id")]
[JsonConverter(typeof(StringAsIntJsonConverter))]
public int UserId { get; set; }
Property Value
- int