Class LeaderboardEntryWithUpdatedTimeAllOf
LeaderboardEntryWithUpdatedTimeAllOf
Inherited Members
Namespace: Unity.Services.Apis.Admin.Leaderboards
Assembly: Unity.Services.Apis.dll
Syntax
[DataContract(Name = "LeaderboardEntryWithUpdatedTime_allOf")]
[Preserve]
public class LeaderboardEntryWithUpdatedTimeAllOf
Constructors
LeaderboardEntryWithUpdatedTimeAllOf(DateTime, string)
Initializes a new instance of the Leaderboard
Declaration
[Preserve]
public LeaderboardEntryWithUpdatedTimeAllOf(DateTime updatedTime = default, string bucketId = null)
Parameters
Type | Name | Description |
---|---|---|
Date |
updatedTime | updatedTime. |
string | bucketId | ID of the bucket containing the player score. Only available if the leaderboard has buckets.. |
Properties
BucketId
ID of the bucket containing the player score. Only available if the leaderboard has buckets.
Declaration
[DataMember(Name = "bucketId", EmitDefaultValue = false)]
[Preserve]
public string BucketId { get; set; }
Property Value
Type | Description |
---|---|
string | ID of the bucket containing the player score. Only available if the leaderboard has buckets. |
UpdatedTime
Gets or Sets UpdatedTime
Declaration
[DataMember(Name = "updatedTime", EmitDefaultValue = false)]
[Preserve]
public DateTime UpdatedTime { get; set; }
Property Value
Type | Description |
---|---|
Date |