View Source GoogleApi.Games.V1.Model.RetrieveDeveloperGamesLastPlayerTokenResponse (google_api_games v0.26.1)

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

t()

@type t() :: %GoogleApi.Games.V1.Model.RetrieveDeveloperGamesLastPlayerTokenResponse{
  gamePlayerToken: GoogleApi.Games.V1.Model.GamePlayerToken.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.