Aydsko iRacing Data API
Show / Hide Table of Contents

Class AllowedLicenses

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

Properties

GroupName

Declaration
[JsonPropertyName("group_name")]
public string GroupName { get; set; }
Property Value
Type Description
string

LicenseGroup

Declaration
[JsonPropertyName("license_group")]
public int LicenseGroup { get; set; }
Property Value
Type Description
int

MaxLicenseLevel

Declaration
[JsonPropertyName("max_license_level")]
public int MaxLicenseLevel { get; set; }
Property Value
Type Description
int

MinLicenseLevel

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