Show / Hide Table of Contents

Class EnterpriseTopazSidekickPeopleAnswerDisambiguationInfoDisambiguationPerson

A person that also matches the query, but was not selected due to a lower affinity with the requesting user.

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

Properties

ETag

The ETag of the item.

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

Person

The profile of this person.

Declaration
[JsonProperty("person")]
public virtual EnterpriseTopazSidekickCommonPerson Person { get; set; }
Property Value
Type Description
EnterpriseTopazSidekickCommonPerson

Query

The query that can be used to produce an answer card with the same attribute, but for this person.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX