Show / Hide Table of Contents

Class ApplicationCategory

This is a JSON template for an application category object.

Inheritance
System.Object
ApplicationCategory
Implements
IDirectResponseSchema
Namespace: Google.Apis.Games.v1.Data
Assembly: Google.Apis.Games.v1.dll
Syntax
public class ApplicationCategory : object, IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Kind

Uniquely identifies the type of this resource. Value is always the fixed string games#applicationCategory.

Declaration
public virtual string Kind { get; set; }
Property Value
Type Description
System.String

Primary

The primary category.

Declaration
public virtual string Primary { get; set; }
Property Value
Type Description
System.String

Secondary

The secondary category.

Declaration
public virtual string Secondary { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
Back to top