Class DataUrlResultData
Inherited Members
Namespace: Aydsko.iRacingData.Common
Assembly: Aydsko.iRacingData.dll
Syntax
public sealed class DataUrlResultData
Properties
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 |