Show / Hide Table of Contents

Class TmIoLeaderboardPosition

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

Properties

| Improve this Doc View Source

FileName

Declaration
public string FileName { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Player

Declaration
public TmIoPlayerInfo Player { get; set; }
Property Value
Type Description
TmIoPlayerInfo
| Improve this Doc View Source

Position

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

Time

Declaration
public int Time { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Timestamp

Declaration
public DateTime Timestamp { get; set; }
Property Value
Type Description
DateTime
| Improve this Doc View Source

Url

Declaration
public string Url { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾