google_api_games_management v0.2.0 GoogleApi.GamesManagement.V1management.Model.PlayerName View Source

An object representation of the individual components of the player's name. For some players, these fields may not be present.

Attributes

  • familyName (String.t): The family name of this player. In some places, this is known as the last name. Defaults to: null.
  • givenName (String.t): The given name of this player. In some places, this is known as the first name. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.GamesManagement.V1management.Model.PlayerName{
  familyName: any(),
  givenName: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.