Aydsko iRacing Data API
Show / Hide Table of Contents

Class OfficialSearchResultHeaderData

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

Properties

ChunkInfo

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

Params

Declaration
[JsonPropertyName("params")]
public OfficialSearchParameters Params { get; set; }
Property Value
Type Description
OfficialSearchParameters

Success

Declaration
[JsonPropertyName("success")]
public bool Success { get; set; }
Property Value
Type Description
bool

Implements

IChunkInfoResultHeaderData
In this article
Back to top Generated by DocFX