Aydsko iRacing Data API
Show / Hide Table of Contents

Class DriverInfoResponse

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

Properties

CustomerIds

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

Drivers

Declaration
[JsonPropertyName("members")]
public DriverInfo[] Drivers { get; set; }
Property Value
Type Description
DriverInfo[]

Success

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