Class TmIoCampaignInfo
Inheritance
System.Object
TmIoCampaignInfo
Assembly: TrackmaniaIo.ApiClient.dll
Syntax
public class TmIoCampaignInfo
Properties
|
Improve this Doc
View Source
ClubId
Declaration
public int ClubId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CreationTime
Declaration
[JsonConverter(typeof(UnixToDatetimeConverter))]
public DateTime CreationTime { 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
LeaderboardUid
Declaration
public string LeaderboardUid { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string Media { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public IEnumerable<TmIoMediaInfo>? Mediae { get; set; }
Property Value
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
PlayList
Declaration
public IEnumerable<TmIoMapInfo>? PlayList { get; set; }
Property Value
Type |
Description |
System.Nullable<IEnumerable<TmIoMapInfo>> |
|
|
Improve this Doc
View Source
PublishTime
Declaration
[JsonConverter(typeof(UnixToDatetimeConverter))]
public DateTime PublishTime { get; set; }
Property Value
Type |
Description |
DateTime |
|
|
Improve this Doc
View Source
Tracked
Declaration
public bool Tracked { get; set; }
Property Value
Type |
Description |
System.Boolean |
|