Show / Hide Table of Contents

Class TmIoCompetitionRoundInfo

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

Properties

| Improve this Doc View Source

Challenges

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

Id

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

Matches

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

Name

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

Status

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