Show / Hide Table of Contents

Class TmIoMatchmakingInfo<T>

Inheritance
System.Object
TmIoMatchmakingInfo
TmIoMatchmakingInfo<T>
Inherited Members
TmIoMatchmakingInfo.AccountId
TmIoMatchmakingInfo.Progression
TmIoMatchmakingInfo.Rank
TmIoMatchmakingInfo.Score
TmIoMatchmakingInfo.TypeId
TmIoMatchmakingInfo.TypeName
TmIoMatchmakingInfo.ToDivisionType<T>()
Namespace: TrackmaniaIo.ApiClient.Models.Matchmaking
Assembly: TrackmaniaIo.ApiClient.dll
Syntax
public class TmIoMatchmakingInfo<T> : TmIoMatchmakingInfo
Type Parameters
Name Description
T

Properties

| Improve this Doc View Source

Division

Declaration
public T Division { get; set; }
Property Value
Type Description
T
| Improve this Doc View Source

DivisionNext

Declaration
[JsonPropertyName("division_next")]
public T DivisionNext { get; set; }
Property Value
Type Description
T
  • Improve this Doc
  • View Source
☀
☾
In This Article
  • Properties
    • Division
    • DivisionNext
Back to top
Generated by DocFX
☀
☾