Class Player.NameData
An object representation of the individual components of the player's name. For some players, these fields may not be present.
Inherited Members
Namespace: Google.Apis.GamesManagement.v1management.Data
Assembly: Google.Apis.GamesManagement.v1management.dll
Syntax
public class Player.NameData
Properties
FamilyName
The family name of this player. In some places, this is known as the last name.
Declaration
[JsonProperty("familyName")]
public virtual string FamilyName { get; set; }
Property Value
Type | Description |
---|---|
string |
GivenName
The given name of this player. In some places, this is known as the first name.
Declaration
[JsonProperty("givenName")]
public virtual string GivenName { get; set; }
Property Value
Type | Description |
---|---|
string |