GoogleApi.Games.V1.Model.GamePlayerToken (google_api_games v0.26.2)

View Source

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

t()

@type t() :: %GoogleApi.Games.V1.Model.GamePlayerToken{
  applicationId: String.t() | nil,
  recallToken: GoogleApi.Games.V1.Model.RecallToken.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.