Show / Hide Table of Contents

Class TmIoCompetitionChallengeInfo

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

Properties

| Improve this Doc View Source

Admins

Declaration
public IEnumerable<TmIoAccountInfo>? Admins { get; set; }
Property Value
Type Description
System.Nullable<IEnumerable<TmIoAccountInfo>>
| 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

Servers

Declaration
public int Servers { get; set; }
Property Value
Type Description
System.Int32
| 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
☀
☾