Show / Hide Table of Contents

Class TmIoCampaignInfo

Inheritance
System.Object
TmIoCampaignInfo
Namespace: TrackmaniaIo.ApiClient.Models.Campaigns
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

Media

Declaration
public string Media { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Mediae

Declaration
public IEnumerable<TmIoMediaInfo>? Mediae { get; set; }
Property Value
Type Description
System.Nullable<IEnumerable<TmIoMediaInfo>>
| 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
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾