Show / Hide Table of Contents

Class MetagameConfig

This is a JSON template for the metagame config resource

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

Properties

CurrentVersion

Current version of the metagame configuration data. When this data is updated, the version number will be increased by one.

Declaration
public virtual Nullable<int> CurrentVersion { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

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#metagameConfig.

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

PlayerLevels

The list of player levels.

Declaration
public virtual IList<PlayerLevel> PlayerLevels { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<PlayerLevel>

Implements

IDirectResponseSchema
Back to top