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

View Source

Response for the GenerateRecallPlayGroupingApiToken RPC.

Attributes

  • token (type: GoogleApi.Games.V1.Model.PlayGroupingApiToken.t, default: nil) - Token for accessing the Play Grouping API.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.