View Source GoogleApi.Games.V1.Model.GeneratePlayGroupingApiTokenResponse (google_api_games v0.25.0)

Response for the GeneratePlayGroupingApiToken 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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.