Show / Hide Table of Contents

Class Name

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

Inheritance
System.Object
Name
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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
System.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
System.String

ETag

The ETag of the item.

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

FamilyName

The family name.

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

GivenName

The given name.

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

HonorificPrefix

The honorific prefixes, such as Mrs. or Dr.

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

HonorificSuffix

The honorific suffixes, such as Jr.

Declaration
[JsonProperty("honorificSuffix")]
public virtual string HonorificSuffix { get; set; }
Property Value
Type Description
System.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
System.String

PhoneticFamilyName

The family name spelled as it sounds.

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

PhoneticFullName

The full name spelled as it sounds.

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

PhoneticGivenName

The given name spelled as it sounds.

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

PhoneticHonorificPrefix

The honorific prefixes spelled as they sound.

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

PhoneticHonorificSuffix

The honorific suffixes spelled as they sound.

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

PhoneticMiddleName

The middle name(s) spelled as they sound.

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

Implements

Google.Apis.Requests.IDirectResponseSchema
Back to top