Class TmIoBasicCompetitionInfo
Inheritance
System.Object
TmIoBasicCompetitionInfo
Assembly: TrackmaniaIo.ApiClient.dll
Syntax
public class TmIoBasicCompetitionInfo
Properties
|
Improve this Doc
View Source
ClubId
Declaration
public int ClubId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CompetitionId
Declaration
public int CompetitionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
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
Timestamp
Declaration
[JsonConverter(typeof(UnixToDatetimeConverter))]
public DateTime Timestamp { get; set; }
Property Value
Type |
Description |
DateTime |
|