Class TmIoPlayerSearchEntry
Inheritance
System.Object
TmIoPlayerSearchEntry
Namespace: TrackmaniaIo.ApiClient.Models.Players
Assembly: TrackmaniaIo.ApiClient.dll
Syntax
public class TmIoPlayerSearchEntry
Properties
| Improve this Doc View SourceMatchmaking
Declaration
public IEnumerable<TmIoMatchmakingInfo>? Matchmaking { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IEnumerable<TmIoMatchmakingInfo>> |
Player
Declaration
public TmIoPlayerInfo Player { get; set; }
Property Value
Type | Description |
---|---|
TmIoPlayerInfo |