google_api_games v0.1.0 GoogleApi.Games.V1.Model.Application View Source
This is a JSON template for the Application resource.
Attributes
- achievement_count (integer()): The number of achievements visible to the currently authenticated player. Defaults to:
null. - assets ([ImageAsset]): The assets of the application. Defaults to:
null. - author (String.t): The author of the application. Defaults to:
null. - category (ApplicationCategory): The category of the application. Defaults to:
null. - description (String.t): The description of the application. Defaults to:
null. - enabledFeatures ([String.t]): A list of features that have been enabled for the application. Possible values are: - "SNAPSHOTS" - Snapshots has been enabled Defaults to:
null. - id (String.t): The ID of the application. Defaults to:
null. - instances ([Instance]): The instances of the application. Defaults to:
null. - kind (String.t): Uniquely identifies the type of this resource. Value is always the fixed string games#application. Defaults to:
null. - lastUpdatedTimestamp (String.t): The last updated timestamp of the application. Defaults to:
null. - leaderboard_count (integer()): The number of leaderboards visible to the currently authenticated player. Defaults to:
null. - name (String.t): The name of the application. Defaults to:
null. - themeColor (String.t): 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"). Defaults to:
null.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields
Link to this section Types
Link to this type
t()
View Source
t() :: %GoogleApi.Games.V1.Model.Application{
achievement_count: any(),
assets: [GoogleApi.Games.V1.Model.ImageAsset.t()],
author: any(),
category: GoogleApi.Games.V1.Model.ApplicationCategory.t(),
description: any(),
enabledFeatures: [any()],
id: any(),
instances: [GoogleApi.Games.V1.Model.Instance.t()],
kind: any(),
lastUpdatedTimestamp: any(),
leaderboard_count: any(),
name: any(),
themeColor: any()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.