Show / Hide Table of Contents

Class EnterpriseTopazSidekickPeopleAnswerDisambiguationInfo

Metadata for disambiguation.

Inheritance
object
EnterpriseTopazSidekickPeopleAnswerDisambiguationInfo
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 EnterpriseTopazSidekickPeopleAnswerDisambiguationInfo : IDirectResponseSchema

Properties

Disambiguation

A list of people that also matched the query. This list is not complete.

Declaration
[JsonProperty("disambiguation")]
public virtual IList<EnterpriseTopazSidekickPeopleAnswerDisambiguationInfoDisambiguationPerson> Disambiguation { get; set; }
Property Value
Type Description
IList<EnterpriseTopazSidekickPeopleAnswerDisambiguationInfoDisambiguationPerson>

ETag

The ETag of the item.

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

Name

The name that was extracted from the query. This may be in the form of the given name, last name, full name, LDAP, or email address. This name can be considered suitable for displaying to the user and can largely be considered to be normalized (e.g. "Bob's" -&gt; "Bob").

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX