View Source GoogleApi.Games.V1.Model.RetrieveDeveloperGamesLastPlayerTokenResponse (google_api_games v0.25.0)
Recall token data returned from for the RetrieveDeveloperGamesLastPlayerToken RPC
Attributes
-
gamePlayerToken
(type:GoogleApi.Games.V1.Model.GamePlayerToken.t
, default:nil
) - The recall token associated with the requested PGS Player principal. It can be unset if there is no recall token associated with the requested principal.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Games.V1.Model.RetrieveDeveloperGamesLastPlayerTokenResponse{ gamePlayerToken: GoogleApi.Games.V1.Model.GamePlayerToken.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.