Class TmIoCotdLeaderboard
Inheritance
System.Object
TmIoCotdLeaderboard
Assembly: TrackmaniaIo.ApiClient.dll
Syntax
public class TmIoCotdLeaderboard
Properties
|
Improve this Doc
View Source
Page
Declaration
public int Page { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Players
Declaration
public IEnumerable<TmIoCotdLeaderboardPosition>? Players { get; set; }
Property Value
|
Improve this Doc
View Source
Timestamp
Declaration
[JsonConverter(typeof(NullableDatetimeConverter))]
public DateTime? Timestamp { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTime> |
|