Class SeasonDetailEligibility
Inherited Members
Namespace: Aydsko.iRacingData.Series
Assembly: Aydsko.iRacingData.dll
Syntax
public class SeasonDetailEligibility
Properties
OwnCar
Declaration
[JsonPropertyName("own_car")]
public bool OwnCar { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
OwnTrack
Declaration
[JsonPropertyName("own_track")]
public bool OwnTrack { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |