Aydsko iRacing Data API
Show / Hide Table of Contents

Class DataUrlResult

Inheritance
object
DataUrlResult
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Generated by DocFX