Show / Hide Table of Contents

Class TmIoPlayerInfo

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

Properties

| Improve this Doc View Source

Id

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

Meta

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

Name

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

Tag

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

Zone

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