View Source GoogleApi.Games.V1.Model.PlayerName (google_api_games v0.26.1)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.