Class TmIoClubInfo
Inheritance
System.Object
TmIoClubInfo
Assembly: TrackmaniaIo.ApiClient.dll
Syntax
public class TmIoClubInfo
Properties
|
Improve this Doc
View Source
BackgroundUrl
Declaration
public string BackgroundUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
CreationDate
Declaration
public int CreationDate { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CreationTimestamp
Declaration
[JsonConverter(typeof(UnixToDatetimeConverter))]
public DateTime CreationTimestamp { get; set; }
Property Value
Type |
Description |
DateTime |
|
|
Improve this Doc
View Source
CreatorPlayer
Declaration
public TmIoPlayerInfo CreatorPlayer { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string DecalSponsor4X1Url { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
DecalUrl
Declaration
public string DecalUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Featured
Declaration
public bool Featured { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IconUrl
Declaration
public string IconUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LogoUrl
Declaration
public string LogoUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
MemberCount
Declaration
public int MemberCount { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
PopularityLevel
Declaration
public int PopularityLevel { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Screen16X1Url
Declaration
public string Screen16X1Url { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Screen16X9Url
Declaration
public string Screen16X9Url { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Screen2X1Url
Declaration
public string Screen2X1Url { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Screen8X1Url
Declaration
public string Screen8X1Url { 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
VerticalUrl
Declaration
public string VerticalUrl { get; set; }
Property Value
Type |
Description |
System.String |
|