Aydsko iRacing Data API
Show / Hide Table of Contents

Class Licenses

Inheritance
object
Licenses
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Aydsko.iRacingData.Member
Assembly: Aydsko.iRacingData.dll
Syntax
public class Licenses

Properties

DirtOval

Declaration
[JsonPropertyName("dirt_oval")]
public LicenseInfo DirtOval { get; set; }
Property Value
Type Description
LicenseInfo

DirtRoad

Declaration
[JsonPropertyName("dirt_road")]
public LicenseInfo DirtRoad { get; set; }
Property Value
Type Description
LicenseInfo

Oval

Declaration
[JsonPropertyName("oval")]
public LicenseInfo Oval { get; set; }
Property Value
Type Description
LicenseInfo

Road

Declaration
[JsonPropertyName("road")]
public LicenseInfo Road { get; set; }
Property Value
Type Description
LicenseInfo
In this article
Back to top Generated by DocFX