Show / Hide Table of Contents

Class Player.NameData

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

Inheritance
object
Player.NameData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Generated by DocFX