Class TmIoRoomsList
Inheritance
System.Object
TmIoRoomsList
Namespace: TrackmaniaIo.ApiClient.Models.Rooms
Assembly: TrackmaniaIo.ApiClient.dll
Syntax
public class TmIoRoomsList
Properties
| Improve this Doc View SourcePage
Declaration
public int Page { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Rooms
Declaration
public IEnumerable<TmIoRoomInfo>? Rooms { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IEnumerable<TmIoRoomInfo>> |