View Source GoogleApi.CloudSearch.V1.Model.EnterpriseTopazSidekickPersonProfileCardRelatedPeople (google_api_cloud_search v0.21.0)

Attributes

  • relatedPerson (type: list(GoogleApi.CloudSearch.V1.Model.EnterpriseTopazSidekickCommonPerson.t), default: nil) - Related people.
  • relation (type: String.t, default: nil) - Relation type.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.CloudSearch.V1.Model.EnterpriseTopazSidekickPersonProfileCardRelatedPeople{
    relatedPerson:
      [GoogleApi.CloudSearch.V1.Model.EnterpriseTopazSidekickCommonPerson.t()]
      | nil,
    relation: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.