v2.0.0
Latest
2021.3+
Class LeaderboardVersion
LeaderboardVersion model
Namespace: Unity.Services.Leaderboards.Models
Syntax
[Preserve]
public class LeaderboardVersion
Constructors
LeaderboardVersion(String, DateTime, DateTime)
Creates an instance of LeaderboardVersion.
Declaration
[Preserve]
public LeaderboardVersion(string id = null, DateTime start = default(DateTime), DateTime end = default(DateTime))
Parameters
Type | Name | Description |
---|---|---|
String | id | id param |
DateTime | start | start param |
DateTime | end | end param |
Properties
End
Parameter end of LeaderboardVersion
Declaration
[Preserve]
public DateTime End { get; }
Property Value
Type | Description |
---|---|
DateTime |
Id
Parameter id of LeaderboardVersion
Declaration
[Preserve]
public string Id { get; }
Property Value
Type | Description |
---|---|
String |
Start
Parameter start of LeaderboardVersion
Declaration
[Preserve]
public DateTime Start { get; }
Property Value
Type | Description |
---|---|
DateTime |