google_api_games v0.15.0 GoogleApi.Games.V1.Model.PlayerName View Source

A representation of the individual components of the name.

Attributes

  • familyName (type: String.t, default: nil) - The family name of this player. In some places, this is known as the last name.
  • givenName (type: String.t, default: nil) - The given name of this player. In some places, this is known as the first name.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Games.V1.Model.PlayerName{
  familyName: String.t(),
  givenName: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.