Class Category
This is a JSON template for data related to individual game categories.
Inheritance
System.Object
Category
Implements
Namespace: Google.Apis.Games.v1.Data
Assembly: Google.Apis.Games.v1.dll
Syntax
public class Category : object, IDirectResponseSchema
Properties
CategoryValue
The category name.
Declaration
public virtual string CategoryValue { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ExperiencePoints
Experience points earned in this category.
Declaration
public virtual Nullable<long> ExperiencePoints { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int64> |
Kind
Uniquely identifies the type of this resource. Value is always the fixed string games#category.
Declaration
public virtual string Kind { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |