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