GoogleApi.GamesManagement.V1management.Model.GamesPlayerExperienceInfoResource (google_api_games_management v0.18.0) View Source
1P/3P metadata about the player's experience.
Attributes
-
currentExperiencePoints
(type:String.t
, default:nil
) - The current number of experience points for the player. -
currentLevel
(type:GoogleApi.GamesManagement.V1management.Model.GamesPlayerLevelResource.t
, default:nil
) - The current level of the player. -
lastLevelUpTimestampMillis
(type:String.t
, default:nil
) - The timestamp when the player was leveled up, in millis since Unix epoch UTC. -
nextLevel
(type:GoogleApi.GamesManagement.V1management.Model.GamesPlayerLevelResource.t
, default:nil
) - The next level of the player. If the current level is the maximum level, this should be same as the current level.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.GamesManagement.V1management.Model.GamesPlayerExperienceInfoResource{ currentExperiencePoints: String.t() | nil, currentLevel: GoogleApi.GamesManagement.V1management.Model.GamesPlayerLevelResource.t() | nil, lastLevelUpTimestampMillis: String.t() | nil, nextLevel: GoogleApi.GamesManagement.V1management.Model.GamesPlayerLevelResource.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.