View Source GoogleApi.Games.V1.Model.ScopedPlayerIds (google_api_games v0.24.0)

Scoped player identifiers.

Attributes

  • developerPlayerKey (type: String.t, default: nil) - Identifier of the player across all games of the given developer. Every player has the same developer_player_key in all games of one developer. Developer player key changes for the game if the game is transferred to another developer. Note that game_player_id will stay unchanged.
  • gamePlayerId (type: String.t, default: nil) - Game-scoped player identifier. This is the same id that is returned in GetPlayer game_player_id field.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Games.V1.Model.ScopedPlayerIds{
  developerPlayerKey: String.t() | nil,
  gamePlayerId: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.