Show / Hide Table of Contents

Class Category

Data related to individual game categories.

Inheritance
object
Category
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX