Show / Hide Table of Contents

Class Player.NameData

A representation of the individual components of the name.

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.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
In this article
Back to top Generated by DocFX