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

View Source

Response for the RetrievePlayerTokens RPC

Attributes

  • tokens (type: list(GoogleApi.Games.V1.Model.RecallToken.t), default: nil) - Required. Recall tokens associated with the requested PGS Player principal

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Games.V1.Model.RetrievePlayerTokensResponse{
  tokens: [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.