Show / Hide Table of Contents

Class TmIoBasicCampignInfo

Inheritance
System.Object
TmIoBasicCampignInfo
Namespace: TrackmaniaIo.ApiClient.Models.Campaigns
Assembly: TrackmaniaIo.ApiClient.dll
Syntax
public class TmIoBasicCampignInfo

Properties

| Improve this Doc View Source

ClubId

Declaration
public int ClubId { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Id

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

MapCount

Declaration
public int MapCount { 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

Timestamp

Declaration
[JsonConverter(typeof(UnixToDatetimeConverter))]
public DateTime Timestamp { get; set; }
Property Value
Type Description
DateTime
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾