Show / Hide Table of Contents

Class TmIoPlayerTrophyInfo

Inheritance
System.Object
TmIoPlayerTrophyInfo
Namespace: TrackmaniaIo.ApiClient.Models.Players
Assembly: TrackmaniaIo.ApiClient.dll
Syntax
public class TmIoPlayerTrophyInfo

Properties

| Improve this Doc View Source

Counts

Declaration
public IEnumerable<int>? Counts { get; set; }
Property Value
Type Description
System.Nullable<IEnumerable<System.Int32>>
| Improve this Doc View Source

Echelon

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

Points

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

Timestamp

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

Zone

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

ZonePositions

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