Class Category
Data related to individual game categories.
Implements
Inherited Members
Namespace: Google.Apis.Games.v1.Data
Assembly: Google.Apis.Games.v1.dll
Syntax
public class Category : IDirectResponseSchema
Properties
CategoryValue
The category name.
Declaration
[JsonProperty("category")]
public virtual string CategoryValue { 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 |
ExperiencePoints
Experience points earned in this category.
Declaration
[JsonProperty("experiencePoints")]
public virtual long? ExperiencePoints { get; set; }
Property Value
Type | Description |
---|---|
long? |
Kind
Uniquely identifies the type of this resource. Value is always the fixed string games#category
.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |