Aydsko iRacing Data API
Show / Hide Table of Contents

Class LookupGroup

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

Properties

Lookups

Declaration
[JsonPropertyName("lookups")]
public Lookup[] Lookups { get; set; }
Property Value
Type Description
Lookup[]

Tag

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