Class MemberAwardResultData
Inherited Members
Namespace: Aydsko.iRacingData.Member
Assembly: Aydsko.iRacingData.dll
Syntax
public class MemberAwardResultData
Properties
AwardCount
Declaration
[JsonPropertyName("award_count")]
public int AwardCount { get; set; }
Property Value
Type | Description |
---|---|
int |
CustomerId
Declaration
[JsonPropertyName("cust_id")]
public int CustomerId { get; set; }
Property Value
Type | Description |
---|---|
int |
Success
Declaration
[JsonPropertyName("success")]
public bool Success { get; set; }
Property Value
Type | Description |
---|---|
bool |