google_api_games v0.11.0 GoogleApi.Games.V1.Model.Application View Source

This is a JSON template for the Application resource.

Attributes

  • achievement_count (type: integer(), default: nil) - The number of achievements visible to the currently authenticated player.
  • assets (type: list(GoogleApi.Games.V1.Model.ImageAsset.t), default: nil) - The assets of the application.
  • author (type: String.t, default: nil) - The author of the application.
  • category (type: GoogleApi.Games.V1.Model.ApplicationCategory.t, default: nil) - The category of the application.
  • description (type: String.t, default: nil) - The description of the application.
  • enabledFeatures (type: list(String.t), default: nil) - A list of features that have been enabled for the application. Possible values are:

    • "SNAPSHOTS" - Snapshots has been enabled
  • id (type: String.t, default: nil) - The ID of the application.
  • instances (type: list(GoogleApi.Games.V1.Model.Instance.t), default: nil) - The instances of the application.
  • kind (type: String.t, default: games#application) - Uniquely identifies the type of this resource. Value is always the fixed string games#application.
  • lastUpdatedTimestamp (type: String.t, default: nil) - The last updated timestamp of the application.
  • leaderboard_count (type: integer(), default: nil) - The number of leaderboards visible to the currently authenticated player.
  • name (type: String.t, default: nil) - The name of the application.
  • themeColor (type: String.t, default: nil) - 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").

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: integer(),
  assets: [GoogleApi.Games.V1.Model.ImageAsset.t()],
  author: String.t(),
  category: GoogleApi.Games.V1.Model.ApplicationCategory.t(),
  description: String.t(),
  enabledFeatures: [String.t()],
  id: String.t(),
  instances: [GoogleApi.Games.V1.Model.Instance.t()],
  kind: String.t(),
  lastUpdatedTimestamp: String.t(),
  leaderboard_count: integer(),
  name: String.t(),
  themeColor: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.