Show / Hide Table of Contents

Class Application

The Application resource.

Inheritance
object
Application
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 Application : IDirectResponseSchema

Properties

AchievementCount

The number of achievements visible to the currently authenticated player.

Declaration
[JsonProperty("achievement_count")]
public virtual int? AchievementCount { get; set; }
Property Value
Type Description
int?

Assets

The assets of the application.

Declaration
[JsonProperty("assets")]
public virtual IList<ImageAsset> Assets { get; set; }
Property Value
Type Description
IList<ImageAsset>

Author

The author of the application.

Declaration
[JsonProperty("author")]
public virtual string Author { get; set; }
Property Value
Type Description
string

Category

The category of the application.

Declaration
[JsonProperty("category")]
public virtual ApplicationCategory Category { get; set; }
Property Value
Type Description
ApplicationCategory

Description

The description of the application.

Declaration
[JsonProperty("description")]
public virtual string Description { 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

EnabledFeatures

A list of features that have been enabled for the application.

Declaration
[JsonProperty("enabledFeatures")]
public virtual IList<string> EnabledFeatures { get; set; }
Property Value
Type Description
IList<string>

Id

The ID of the application.

Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type Description
string

Instances

The instances of the application.

Declaration
[JsonProperty("instances")]
public virtual IList<Instance> Instances { get; set; }
Property Value
Type Description
IList<Instance>

Kind

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

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
string

LastUpdatedTimestamp

The last updated timestamp of the application.

Declaration
[JsonProperty("lastUpdatedTimestamp")]
public virtual long? LastUpdatedTimestamp { get; set; }
Property Value
Type Description
long?

LeaderboardCount

The number of leaderboards visible to the currently authenticated player.

Declaration
[JsonProperty("leaderboard_count")]
public virtual int? LeaderboardCount { get; set; }
Property Value
Type Description
int?

Name

The name of the application.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

ThemeColor

A hint to the client UI for what color to use as an app-themed color. The color is given as an RGB triplet (e.g. "E0E0E0").

Declaration
[JsonProperty("themeColor")]
public virtual string ThemeColor { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX