View Source GoogleApi.ContentWarehouse.V1.Model.SocialGraphWireProtoPeopleapiExtensionPaisaExtendedData (google_api_content_warehouse v0.4.0)

Next tag number: 3

Attributes

  • actorId (type: String.t, default: nil) - Actor ID of the person, if available (if the person has used the Paisa app).
  • subtitle (type: String.t, default: nil) - Display subtitle, which may be used in suggestion/autocompletion results. Generally, this will be the Actor's registered Paisa phone number, in unmasked or masked form (e.g. +1 --1234) depending on visibility rules.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.SocialGraphWireProtoPeopleapiExtensionPaisaExtendedData{
    actorId: String.t() | nil,
    subtitle: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.