Aydsko iRacing Data API
Show / Hide Table of Contents

Class Livery

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

Properties

CarId

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

Color1

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

Color2

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

Color3

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

Pattern

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