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

An entity key with an obfuscated gaia id that can be used externally.

Attributes

  • email (type: String.t, default: nil) -
  • phone (type: String.t, default: nil) -
  • profileId (type: String.t, default: nil) - Obfuscated GAIA id.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.SocialDiscoveryExternalEntityKey{
  email: String.t() | nil,
  phone: String.t() | nil,
  profileId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.