Class Player.NameData
A representation of the individual components of the name.
Inherited Members
Namespace: Google.Apis.Games.v1.Data
Assembly: Google.Apis.Games.v1.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 |