Aydsko iRacing Data API
Show / Hide Table of Contents

Class CategorizedTag

Inheritance
object
CategorizedTag
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Aydsko.iRacingData.Leagues
Assembly: Aydsko.iRacingData.dll
Syntax
public class CategorizedTag

Properties

CategoryId

Declaration
[JsonPropertyName("category_id")]
public int CategoryId { get; set; }
Property Value
Type Description
int

Limit

Declaration
[JsonPropertyName("limit")]
public object? Limit { get; set; }
Property Value
Type Description
object

Name

Declaration
[JsonPropertyName("name")]
public string Name { get; set; }
Property Value
Type Description
string

Tags

Declaration
[JsonPropertyName("tags")]
public TagValue[] Tags { get; set; }
Property Value
Type Description
TagValue[]
In this article
Back to top Generated by DocFX