GoogleApi.DFAReporting.V4.Model.UserIdentifier (google_api_dfa_reporting v0.31.0)
View SourceUser identifying information. Exactly one type of identifier must be specified.
Attributes
-
addressInfo
(type:GoogleApi.DFAReporting.V4.Model.OfflineUserAddressInfo.t
, default:nil
) - Address information. -
hashedEmail
(type:String.t
, default:nil
) - Hashed email address using SHA-256 hash function after normalization. -
hashedPhoneNumber
(type:String.t
, default:nil
) - Hashed phone number using SHA-256 hash function after normalization (E164 standard).
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DFAReporting.V4.Model.UserIdentifier{ addressInfo: GoogleApi.DFAReporting.V4.Model.OfflineUserAddressInfo.t() | nil, hashedEmail: String.t() | nil, hashedPhoneNumber: String.t() | nil }