Show / Hide Table of Contents

Class TmIoLeaderboardInfo

Inheritance
System.Object
TmIoLeaderboardInfo
Namespace: TrackmaniaIo.ApiClient.Models.Leaderboards
Assembly: TrackmaniaIo.ApiClient.dll
Syntax
public class TmIoLeaderboardInfo

Properties

| Improve this Doc View Source

PlayerCount

Declaration
public long PlayerCount { get; set; }
Property Value
Type Description
System.Int64
| Improve this Doc View Source

Tops

Declaration
public IEnumerable<TmIoLeaderboardPosition>? Tops { get; set; }
Property Value
Type Description
System.Nullable<IEnumerable<TmIoLeaderboardPosition>>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾