Class Categorized
Inherited Members
Namespace: Aydsko.iRacingData.Leagues
Assembly: Aydsko.iRacingData.dll
Syntax
public class Categorized
Properties
CategoryId
Declaration
[JsonPropertyName("category_id")]
public int CategoryId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Limit
Declaration
[JsonPropertyName("limit")]
public int? Limit { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
Name
Declaration
[JsonPropertyName("name")]
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Tags
Declaration
[JsonPropertyName("tags")]
public Tag[] Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| Tag[] |