Show / Hide Table of Contents

Class EnterpriseTopazSidekickPeopleAnswerPersonAnswerCard

An answer card for a single person.

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

Properties

Answer

List of answers.

Declaration
[JsonProperty("answer")]
public virtual IList<SafeHtmlProto> Answer { get; set; }
Property Value
Type Description
IList<SafeHtmlProto>

AnswerText

List of answers.

Declaration
[JsonProperty("answerText")]
public virtual EnterpriseTopazSidekickAnswerAnswerList AnswerText { get; set; }
Property Value
Type Description
EnterpriseTopazSidekickAnswerAnswerList

DisambiguationInfo

Disambiguation information.

Declaration
[JsonProperty("disambiguationInfo")]
public virtual EnterpriseTopazSidekickPeopleAnswerDisambiguationInfo DisambiguationInfo { get; set; }
Property Value
Type Description
EnterpriseTopazSidekickPeopleAnswerDisambiguationInfo

ETag

The ETag of the item.

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

Header

The header to display for the card.

Declaration
[JsonProperty("header")]
public virtual EnterpriseTopazSidekickPeopleAnswerPeopleAnswerCardHeader Header { get; set; }
Property Value
Type Description
EnterpriseTopazSidekickPeopleAnswerPeopleAnswerCardHeader

ResponseStatus

The response status.

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

StatusMessage

Localized user friendly message to display to the user in the case of missing data or an error.

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

Subject

The profile of the person that was the subject of the query.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX