Aydsko iRacing Data API
Show / Hide Table of Contents

Class ServiceStatusDetail

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

Properties

Description

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

Result

Declaration
[JsonPropertyName("result")]
[JsonConverter(typeof(ServiceStatusHistoryItemArrayConverter))]
public ServiceStatusHistoryItem[] Result { get; set; }
Property Value
Type Description
ServiceStatusHistoryItem[]

SummaryLabel

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

SummaryLevel

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