Show / Hide Table of Contents

Class TmIoClubMember

Inheritance
System.Object
TmIoClubMember
Namespace: TrackmaniaIo.ApiClient.Models.Clubs
Assembly: TrackmaniaIo.ApiClient.dll
Syntax
public class TmIoClubMember

Properties

| Improve this Doc View Source

JoinTime

Declaration
[JsonConverter(typeof(UnixToDatetimeConverter))]
public DateTime JoinTime { get; set; }
Property Value
Type Description
DateTime
| Improve this Doc View Source

Player

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

Role

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

Vip

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