Show / Hide Table of Contents

Class TmIoCompetitionInfo

Inheritance
System.Object
TmIoCompetitionInfo
Namespace: TrackmaniaIo.ApiClient.Models.Events
Assembly: TrackmaniaIo.ApiClient.dll
Syntax
public class TmIoCompetitionInfo

Properties

| Improve this Doc View Source

CreatorPlayer

Declaration
public TmIoPlayerInfo CreatorPlayer { get; set; }
Property Value
Type Description
TmIoPlayerInfo
| Improve this Doc View Source

Description

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

EndDate

Declaration
[JsonConverter(typeof(UnixToDatetimeConverter))]
public DateTime EndDate { 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

LeaderboardId

Declaration
public long LeaderboardId { get; set; }
Property Value
Type Description
System.Int64
| Improve this Doc View Source

LiveId

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

LogoUrl

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

Name

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

NumPlayers

Declaration
public long NumPlayers { get; set; }
Property Value
Type Description
System.Int64
| Improve this Doc View Source

RegistrationEnd

Declaration
[JsonConverter(typeof(UnixToDatetimeConverter))]
public DateTime RegistrationEnd { get; set; }
Property Value
Type Description
DateTime
| Improve this Doc View Source

RegistrationStart

Declaration
[JsonConverter(typeof(UnixToDatetimeConverter))]
public DateTime RegistrationStart { get; set; }
Property Value
Type Description
DateTime
| Improve this Doc View Source

Rounds

Declaration
public IEnumerable<TmIoCompetitionRoundInfo>? Rounds { get; set; }
Property Value
Type Description
System.Nullable<IEnumerable<TmIoCompetitionRoundInfo>>
| Improve this Doc View Source

RulesUrl

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

StartDate

Declaration
[JsonConverter(typeof(UnixToDatetimeConverter))]
public DateTime StartDate { get; set; }
Property Value
Type Description
DateTime
| Improve this Doc View Source

VerticalUrl

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

WebsiteUrl

Declaration
public string WebsiteUrl { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾