Class TmIoPlayerTrophyGainInfo
Inheritance
System.Object
TmIoPlayerTrophyGainInfo
Assembly: TrackmaniaIo.ApiClient.dll
Syntax
public class TmIoPlayerTrophyGainInfo
Properties
|
Improve this Doc
View Source
Achievement
Declaration
public TmIoPlayerTrophyGainAchievementInfo Achievement { get; set; }
Property Value
|
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
|
Improve this Doc
View Source
Map
Declaration
public TmIoMapInfo Map { get; set; }
Property Value
|
Improve this Doc
View Source
Timestamp
Declaration
public DateTime Timestamp { get; set; }
Property Value
Type |
Description |
DateTime |
|