View Source GoogleApi.CloudSearch.V1.Model.EnterpriseTopazSidekickPeopleAnswerRelatedPeopleAnswerCard (google_api_cloud_search v0.24.0)

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

Attributes

  • disambiguationInfo (type: GoogleApi.CloudSearch.V1.Model.EnterpriseTopazSidekickPeopleAnswerDisambiguationInfo.t, default: nil) - Disambiguation information.
  • header (type: GoogleApi.CloudSearch.V1.Model.EnterpriseTopazSidekickPeopleAnswerPeopleAnswerCardHeader.t, default: nil) - The header to display for the card.
  • relatedPeople (type: list(GoogleApi.CloudSearch.V1.Model.EnterpriseTopazSidekickCommonPerson.t), default: nil) - A list of people that are related to the query subject.
  • relationType (type: String.t, default: nil) - Defines the type of relation the list of people have with the subject of the card.
  • responseStatus (type: String.t, default: nil) - The response status.
  • statusMessage (type: String.t, default: nil) - Localized user friendly message to display to the user in the case of missing data or an error.
  • subject (type: GoogleApi.CloudSearch.V1.Model.EnterpriseTopazSidekickCommonPerson.t, default: nil) - The profile of the person that was the subject of the query.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.CloudSearch.V1.Model.EnterpriseTopazSidekickPeopleAnswerRelatedPeopleAnswerCard{
    disambiguationInfo:
      GoogleApi.CloudSearch.V1.Model.EnterpriseTopazSidekickPeopleAnswerDisambiguationInfo.t()
      | nil,
    header:
      GoogleApi.CloudSearch.V1.Model.EnterpriseTopazSidekickPeopleAnswerPeopleAnswerCardHeader.t()
      | nil,
    relatedPeople:
      [GoogleApi.CloudSearch.V1.Model.EnterpriseTopazSidekickCommonPerson.t()]
      | nil,
    relationType: String.t() | nil,
    responseStatus: String.t() | nil,
    statusMessage: String.t() | nil,
    subject:
      GoogleApi.CloudSearch.V1.Model.EnterpriseTopazSidekickCommonPerson.t()
      | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.