Class MemberAwardInstance
Inheritance
MemberAwardInstance
Assembly: Aydsko.iRacingData.dll
Syntax
public class MemberAwardInstance
Properties
Achievement
Declaration
[JsonPropertyName("achievement")]
public bool Achievement { get; set; }
Property Value
AwardCount
Declaration
[JsonPropertyName("award_count")]
public int AwardCount { get; set; }
Property Value
AwardId
Declaration
[JsonPropertyName("award_id")]
public int AwardId { get; set; }
Property Value
Awards
Declaration
[JsonPropertyName("awards")]
public AwardDetail[] Awards { get; set; }
Property Value
CustomerId
Declaration
[JsonPropertyName("cust_id")]
public int CustomerId { get; set; }
Property Value
Description
Declaration
[JsonPropertyName("description")]
public string Description { get; set; }
Property Value
GroupName
Declaration
[JsonPropertyName("group_name")]
public string GroupName { get; set; }
Property Value
HasPdf
Declaration
[JsonPropertyName("has_pdf")]
public bool HasPdf { get; set; }
Property Value
IconBackgroundColor
Declaration
[JsonPropertyName("icon_background_color")]
public string IconBackgroundColor { get; set; }
Property Value
IconUrlLarge
Declaration
[JsonPropertyName("icon_url_large")]
public string IconUrlLarge { get; set; }
Property Value
IconUrlSmall
Declaration
[JsonPropertyName("icon_url_small")]
public string IconUrlSmall { get; set; }
Property Value
IconUrlUnawarded
Declaration
[JsonPropertyName("icon_url_unawarded")]
public string IconUrlUnawarded { get; set; }
Property Value
Name
Declaration
[JsonPropertyName("name")]
public string Name { get; set; }
Property Value
Weight
Declaration
[JsonPropertyName("weight")]
public int Weight { get; set; }
Property Value