Class TmIoMatchmakingInfo
Inheritance
System.Object
TmIoMatchmakingInfo
Assembly: TrackmaniaIo.ApiClient.dll
Syntax
public class TmIoMatchmakingInfo
Properties
|
Improve this Doc
View Source
AccountId
Declaration
public string AccountId { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Division
Declaration
public Dictionary<string, JsonElement>? Division { get; set; }
Property Value
Type |
Description |
System.Nullable<Dictionary<System.String, System.Text.Json.JsonElement>> |
|
|
Improve this Doc
View Source
DivisionNext
Declaration
[JsonPropertyName("division_next")]
public Dictionary<string, JsonElement>? DivisionNext { get; set; }
Property Value
Type |
Description |
System.Nullable<Dictionary<System.String, System.Text.Json.JsonElement>> |
|
|
Improve this Doc
View Source
Progression
Declaration
public int Progression { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Rank
Declaration
public long Rank { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
Score
Declaration
public int Score { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
TypeId
Declaration
public int TypeId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
TypeName
Declaration
public string TypeName { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
ToDivisionType<T>()
Convert the internal Division properties to objects rather than dictionaries.
Declaration
public TmIoMatchmakingInfo<T> ToDivisionType<T>()
where T : TmIoDivision
Returns
Type Parameters