Show / Hide Table of Contents

Class Name

A person's name. If the name is a mononym, the family name is empty.

Inheritance
object
Name
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.PeopleService.v1.Data
Assembly: Google.Apis.PeopleService.v1.dll
Syntax
public class Name : IDirectResponseSchema

Properties

DisplayName

Output only. The display name formatted according to the locale specified by the viewer's account or the Accept-Language HTTP header.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
string

DisplayNameLastFirst

Output only. The display name with the last name first formatted according to the locale specified by the viewer's account or the Accept-Language HTTP header.

Declaration
[JsonProperty("displayNameLastFirst")]
public virtual string DisplayNameLastFirst { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FamilyName

The family name.

Declaration
[JsonProperty("familyName")]
public virtual string FamilyName { get; set; }
Property Value
Type Description
string

GivenName

The given name.

Declaration
[JsonProperty("givenName")]
public virtual string GivenName { get; set; }
Property Value
Type Description
string

HonorificPrefix

The honorific prefixes, such as Mrs. or Dr.

Declaration
[JsonProperty("honorificPrefix")]
public virtual string HonorificPrefix { get; set; }
Property Value
Type Description
string

HonorificSuffix

The honorific suffixes, such as Jr.

Declaration
[JsonProperty("honorificSuffix")]
public virtual string HonorificSuffix { get; set; }
Property Value
Type Description
string

Metadata

Metadata about the name.

Declaration
[JsonProperty("metadata")]
public virtual FieldMetadata Metadata { get; set; }
Property Value
Type Description
FieldMetadata

MiddleName

The middle name(s).

Declaration
[JsonProperty("middleName")]
public virtual string MiddleName { get; set; }
Property Value
Type Description
string

PhoneticFamilyName

The family name spelled as it sounds.

Declaration
[JsonProperty("phoneticFamilyName")]
public virtual string PhoneticFamilyName { get; set; }
Property Value
Type Description
string

PhoneticFullName

The full name spelled as it sounds.

Declaration
[JsonProperty("phoneticFullName")]
public virtual string PhoneticFullName { get; set; }
Property Value
Type Description
string

PhoneticGivenName

The given name spelled as it sounds.

Declaration
[JsonProperty("phoneticGivenName")]
public virtual string PhoneticGivenName { get; set; }
Property Value
Type Description
string

PhoneticHonorificPrefix

The honorific prefixes spelled as they sound.

Declaration
[JsonProperty("phoneticHonorificPrefix")]
public virtual string PhoneticHonorificPrefix { get; set; }
Property Value
Type Description
string

PhoneticHonorificSuffix

The honorific suffixes spelled as they sound.

Declaration
[JsonProperty("phoneticHonorificSuffix")]
public virtual string PhoneticHonorificSuffix { get; set; }
Property Value
Type Description
string

PhoneticMiddleName

The middle name(s) spelled as they sound.

Declaration
[JsonProperty("phoneticMiddleName")]
public virtual string PhoneticMiddleName { get; set; }
Property Value
Type Description
string

UnstructuredName

The free form name value.

Declaration
[JsonProperty("unstructuredName")]
public virtual string UnstructuredName { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX