Show / Hide Table of Contents

Class TmIoCotdLeaderboard

Inheritance
System.Object
TmIoCotdLeaderboard
Namespace: TrackmaniaIo.ApiClient.Models.Cotd
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
Type Description
System.Nullable<IEnumerable<TmIoCotdLeaderboardPosition>>
| Improve this Doc View Source

Timestamp

Declaration
[JsonConverter(typeof(NullableDatetimeConverter))]
public DateTime? Timestamp { get; set; }
Property Value
Type Description
System.Nullable<DateTime>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾