Aydsko iRacing Data API
Show / Hide Table of Contents

Class StatusResult

Inheritance
object
StatusResult
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 StatusResult

Properties

MaintenanceMessages

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

RssAnnouncements

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

Tests

Declaration
[JsonPropertyName("tests")]
public StatusResultTests Tests { get; set; }
Property Value
Type Description
StatusResultTests

Timestamp

Declaration
[JsonPropertyName("timestamp")]
[JsonConverter(typeof(StatusTimeStampConverter))]
public DateTimeOffset Timestamp { get; set; }
Property Value
Type Description
DateTimeOffset
In this article
Back to top Generated by DocFX