Class TmIoRoomInfo
Inheritance
System.Object
TmIoRoomInfo
Assembly: TrackmaniaIo.ApiClient.dll
Syntax
public class TmIoRoomInfo
Properties
|
Improve this Doc
View Source
ClubId
Declaration
public int ClubId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Id
Declaration
public long Id { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
Maps
Declaration
public IEnumerable<TmIoMapInfo>? Maps { get; set; }
Property Value
Type |
Description |
System.Nullable<IEnumerable<TmIoMapInfo>> |
|
|
Improve this Doc
View Source
Declaration
public string MediaUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Nadeo
Declaration
public bool Nadeo { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
PlayerCount
Declaration
public int PlayerCount { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
PlayerMax
Declaration
public int PlayerMax { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Region
Declaration
public string Region { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Script
Declaration
public string Script { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ScriptSettings
Declaration
public Dictionary<string, TmIoScriptSettingOption>? ScriptSettings { get; set; }
Property Value