Class Image
Inherited Members
Namespace: Aydsko.iRacingData.Leagues
Assembly: Aydsko.iRacingData.dll
Syntax
public class Image
Properties
LargeLogo
Declaration
[JsonPropertyName("large_logo")]
public string? LargeLogo { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SmallLogo
Declaration
[JsonPropertyName("small_logo")]
public string? SmallLogo { get; set; }
Property Value
| Type | Description |
|---|---|
| string |