Show / Hide Table of Contents

Class EnterpriseTopazSidekickPeopleAnswerRelatedPeopleAnswerCard

An answer card for a list of people that are related to the subject of the query.

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

Properties

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

RelatedPeople

A list of people that are related to the query subject.

Declaration
[JsonProperty("relatedPeople")]
public virtual IList<EnterpriseTopazSidekickCommonPerson> RelatedPeople { get; set; }
Property Value
Type Description
IList<EnterpriseTopazSidekickCommonPerson>

RelationType

Defines the type of relation the list of people have with the subject of the card.

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

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