Class TmIoCotdBasicCompetitionInfo
Inheritance
System.Object
TmIoCotdBasicCompetitionInfo
Assembly: TrackmaniaIo.ApiClient.dll
Syntax
public class TmIoCotdBasicCompetitionInfo
Properties
|
Improve this Doc
View Source
EndTime
Declaration
[JsonConverter(typeof(UnixToDatetimeConverter))]
public DateTime EndTime { get; set; }
Property Value
Type |
Description |
DateTime |
|
|
Improve this Doc
View Source
Id
Declaration
public long Id { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Players
Declaration
public long Players { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
StartTime
Declaration
[JsonConverter(typeof(UnixToDatetimeConverter))]
public DateTime StartTime { get; set; }
Property Value
Type |
Description |
DateTime |
|