Class EnterpriseTopazSidekickPeopleAnswerDisambiguationInfo
Metadata for disambiguation.
Implements
Inherited Members
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" -> "Bob").
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |