Show / Hide Table of Contents

Class Person

Object to represent a person.

Inheritance
object
Person
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.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class Person : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

EmailAddresses

The person's email addresses

Declaration
[JsonProperty("emailAddresses")]
public virtual IList<EmailAddress> EmailAddresses { get; set; }
Property Value
Type Description
IList<EmailAddress>

Name

The resource name of the person to provide information about. See People.get from the Google People API.

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

ObfuscatedId

Obfuscated ID of a person.

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

PersonNames

The person's name

Declaration
[JsonProperty("personNames")]
public virtual IList<Name> PersonNames { get; set; }
Property Value
Type Description
IList<Name>

PhoneNumbers

The person's phone numbers

Declaration
[JsonProperty("phoneNumbers")]
public virtual IList<PhoneNumber> PhoneNumbers { get; set; }
Property Value
Type Description
IList<PhoneNumber>

Photos

A person's read-only photo. A picture shown next to the person's name to help others recognize the person in search results.

Declaration
[JsonProperty("photos")]
public virtual IList<Photo> Photos { get; set; }
Property Value
Type Description
IList<Photo>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX