Class PlayerScoreResetResponse
A list of reset leaderboard entry resources.
Implements
Inherited Members
Namespace: Google.Apis.GamesManagement.v1management.Data
Assembly: Google.Apis.GamesManagement.v1management.dll
Syntax
public class PlayerScoreResetResponse : IDirectResponseSchema
Properties
DefinitionId
The ID of an leaderboard for which player state has been updated.
Declaration
[JsonProperty("definitionId")]
public virtual string DefinitionId { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Kind
Uniquely identifies the type of this resource. Value is always the fixed string
gamesManagement#playerScoreResetResponse
.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
ResetScoreTimeSpans
The time spans of the updated score. Possible values are: - "ALL_TIME
" - The score is an all-time score. -
"WEEKLY
" - The score is a weekly score. - "DAILY
" - The score is a daily score.
Declaration
[JsonProperty("resetScoreTimeSpans")]
public virtual IList<string> ResetScoreTimeSpans { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |