Class LeaderboardEntryWithUpdatedTimeAllOf
LeaderboardEntryWithUpdatedTimeAllOf
Inherited Members
Namespace: Unity.Services.Apis.Leaderboards
Assembly: solution.dll
Syntax
[Preserve]
public class LeaderboardEntryWithUpdatedTimeAllOf
Constructors
LeaderboardEntryWithUpdatedTimeAllOf(DateTime)
Initializes a new instance of the LeaderboardEntryWithUpdatedTimeAllOf class.
Declaration
[Preserve]
public LeaderboardEntryWithUpdatedTimeAllOf(DateTime updatedTime = default)
Parameters
Type | Name | Description |
---|---|---|
DateTime | updatedTime | updatedTime. |
Properties
UpdatedTime
Gets or Sets UpdatedTime
Declaration
[Preserve]
public DateTime UpdatedTime { get; set; }
Property Value
Type | Description |
---|---|
DateTime |