Class DataUrlResult
Inherited Members
Namespace: Aydsko.iRacingData.Common
Assembly: Aydsko.iRacingData.dll
Syntax
public sealed class DataUrlResult
Properties
Data
Declaration
[JsonPropertyName("data")]
public DataUrlResultData Data { get; set; }
Property Value
Type | Description |
---|---|
DataUrlResultData |
DataUrl
Declaration
[JsonPropertyName("data_url")]
public string DataUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
Declaration
[JsonPropertyName("type")]
public string Type { get; set; }
Property Value
Type | Description |
---|---|
string |