Class TmIoClubMember
Inheritance
System.Object
TmIoClubMember
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
|
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 |
|