Aydsko iRacing Data API
Show / Hide Table of Contents

Class LinkResult

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

Properties

Expires

Declaration
[JsonPropertyName("expires")]
public DateTimeOffset? Expires { get; set; }
Property Value
Type Description
DateTimeOffset?

Link

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