Class CategorizedTag
Inheritance
CategorizedTag
Assembly: Aydsko.iRacingData.dll
Syntax
public class CategorizedTag
Properties
CategoryId
Declaration
[JsonPropertyName("category_id")]
public int CategoryId { get; set; }
Property Value
Limit
Declaration
[JsonPropertyName("limit")]
public object? Limit { get; set; }
Property Value
Name
Declaration
[JsonPropertyName("name")]
public string Name { get; set; }
Property Value
Declaration
[JsonPropertyName("tags")]
public TagValue[] Tags { get; set; }
Property Value