View Source GoogleApi.Games.V1.Model.ApplicationPlayerId (google_api_games v0.26.0)

Primary scoped player identifier for an application.

Attributes

  • applicationId (type: String.t, default: nil) - The application that this player identifier is for.
  • playerId (type: String.t, default: nil) - The player identifier for the application.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Games.V1.Model.ApplicationPlayerId{
  applicationId: String.t() | nil,
  playerId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.