Show / Hide Table of Contents

Class TmIoPlayerProfile

Inheritance
System.Object
TmIoPlayerProfile
Namespace: TrackmaniaIo.ApiClient.Models.Players
Assembly: TrackmaniaIo.ApiClient.dll
Syntax
public class TmIoPlayerProfile

Properties

| Improve this Doc View Source

AccountId

Declaration
public string AccountId { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

DisplayName

Declaration
public string DisplayName { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Matchmaking

Declaration
public IEnumerable<TmIoPlayerMmInfo>? Matchmaking { get; set; }
Property Value
Type Description
System.Nullable<IEnumerable<TmIoPlayerMmInfo>>
| Improve this Doc View Source

Meta

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

Timestamp

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

Trophies

Declaration
public TmIoPlayerTrophyInfo Trophies { get; set; }
Property Value
Type Description
TmIoPlayerTrophyInfo
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾