Class LookupValue
Inherited Members
Namespace: Aydsko.iRacingData.Lookups
Assembly: Aydsko.iRacingData.dll
Syntax
public class LookupValue
Properties
Description
Declaration
[JsonPropertyName("description")]
public string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Declaration
[JsonPropertyName("name")]
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Sequence
Declaration
[JsonPropertyName("seq")]
public int Sequence { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Value
Declaration
[JsonPropertyName("value")]
public string Value { get; set; }
Property Value
| Type | Description |
|---|---|
| string |