GoogleApi.ContentWarehouse.V1.Model.FocusBackendSecondaryContactId
Table of Contents ▼
Jump to a specific part of the page:
Description
The secondary ID of a contact.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
contactDetailHash
(type:list(GoogleApi.ContentWarehouse.V1.Model.FocusBackendContactDetailHash)
, default:nil
)
- The hashes of the contact details (e.g. phone number and email address). -
contactName
(type:String.t
, default:nil
)
- The contact's full name, not hashed. -
contactNameHash
(type:String.t
, default:nil
)
- The hash of contact's full name, generated using Fingerprint2011(). Cast this field to string in javascript to make it compile in js.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.FocusBackendSecondaryContactId{
contactDetailHash: [GoogleApi.ContentWarehouse.V1.Model.FocusBackendContactDetailHash.t()] | nil,
contactName: String.t() | nil,
contactNameHash: String.t() | nil
}
contactDetailHash: [GoogleApi.ContentWarehouse.V1.Model.FocusBackendContactDetailHash.t()] | nil,
contactName: String.t() | nil,
contactNameHash: String.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.FocusBackendSecondaryContactId