Class Country
Inherited Members
Namespace: Aydsko.iRacingData.Lookups
Assembly: Aydsko.iRacingData.dll
Syntax
public class Country
Properties
Code
Declaration
[JsonPropertyName("country_code")]
public string Code { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Declaration
[JsonPropertyName("country_name")]
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |