Class AchievementUpdateRequest
A request to update an achievement.
Implements
Inherited Members
Namespace: Google.Apis.Games.v1.Data
Assembly: Google.Apis.Games.v1.dll
Syntax
public class AchievementUpdateRequest : IDirectResponseSchema
Properties
AchievementId
The achievement this update is being applied to.
Declaration
[JsonProperty("achievementId")]
public virtual string AchievementId { 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 |
IncrementPayload
The payload if an update of type INCREMENT
was requested for the achievement.
Declaration
[JsonProperty("incrementPayload")]
public virtual GamesAchievementIncrement IncrementPayload { get; set; }
Property Value
Type | Description |
---|---|
GamesAchievementIncrement |
Kind
Uniquely identifies the type of this resource. Value is always the fixed string
games#achievementUpdateRequest
.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
SetStepsAtLeastPayload
The payload if an update of type SET_STEPS_AT_LEAST
was requested for the achievement.
Declaration
[JsonProperty("setStepsAtLeastPayload")]
public virtual GamesAchievementSetStepsAtLeast SetStepsAtLeastPayload { get; set; }
Property Value
Type | Description |
---|---|
GamesAchievementSetStepsAtLeast |
UpdateType
The type of update being applied.
Declaration
[JsonProperty("updateType")]
public virtual string UpdateType { get; set; }
Property Value
Type | Description |
---|---|
string |