Class AchievementConfiguration
An achievement configuration resource.
Implements
Inherited Members
Namespace: Google.Apis.GamesConfiguration.v1configuration.Data
Assembly: Google.Apis.GamesConfiguration.v1configuration.dll
Syntax
public class AchievementConfiguration : IDirectResponseSchema
Properties
AchievementType
The type of the achievement.
Declaration
[JsonProperty("achievementType")]
public virtual string AchievementType { get; set; }
Property Value
Type | Description |
---|---|
string |
Draft
The draft data of the achievement.
Declaration
[JsonProperty("draft")]
public virtual AchievementConfigurationDetail Draft { get; set; }
Property Value
Type | Description |
---|---|
AchievementConfigurationDetail |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
The ID of the achievement.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
InitialState
The initial state of the achievement.
Declaration
[JsonProperty("initialState")]
public virtual string InitialState { get; set; }
Property Value
Type | Description |
---|---|
string |
Kind
Uniquely identifies the type of this resource. Value is always the fixed string
gamesConfiguration#achievementConfiguration
.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
Published
The read-only published data of the achievement.
Declaration
[JsonProperty("published")]
public virtual AchievementConfigurationDetail Published { get; set; }
Property Value
Type | Description |
---|---|
AchievementConfigurationDetail |
StepsToUnlock
Steps to unlock. Only applicable to incremental achievements.
Declaration
[JsonProperty("stepsToUnlock")]
public virtual int? StepsToUnlock { get; set; }
Property Value
Type | Description |
---|---|
int? |
Token
The token for this resource.
Declaration
[JsonProperty("token")]
public virtual string Token { get; set; }
Property Value
Type | Description |
---|---|
string |