Show / Hide Table of Contents

Class AchievementUpdateRequest

A request to update an achievement.

Inheritance
object
AchievementUpdateRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX