View Source GoogleApi.Games.V1.Model.GamePlayerToken (google_api_games v0.26.1)
Recall tokens for a game.
Attributes
-
applicationId(type:String.t, default:nil) - The application that this player identifier is for. -
recallToken(type:GoogleApi.Games.V1.Model.RecallToken.t, default:nil) - Recall token data.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Games.V1.Model.GamePlayerToken{ applicationId: String.t() | nil, recallToken: GoogleApi.Games.V1.Model.RecallToken.t() | nil }