Show / Hide Table of Contents

Class TmIoPlayerTrophyGainInfo

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

Properties

| Improve this Doc View Source

Achievement

Declaration
public TmIoPlayerTrophyGainAchievementInfo Achievement { get; set; }
Property Value
Type Description
TmIoPlayerTrophyGainAchievementInfo
| 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

Details

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

Map

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

Timestamp

Declaration
public DateTime Timestamp { get; set; }
Property Value
Type Description
DateTime
  • Improve this Doc
  • View Source
☀
☾
In This Article
  • Properties
    • Achievement
    • Counts
    • Details
    • Map
    • Timestamp
Back to top
Generated by DocFX
☀
☾