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

View Source

Token data returned from GeneratePlayGroupingApiToken RPC.

Attributes

  • tokenValue (type: String.t, default: nil) - Value of the token.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Games.V1.Model.PlayGroupingApiToken{
  tokenValue: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.