FocusBackendSecondaryContactId

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):

View Attributes

Attributes

  1. contactDetailHash (type: list(GoogleApi.ContentWarehouse.V1.Model.FocusBackendContactDetailHash), default: nil)
    - The hashes of the contact details (e.g. phone number and email address).
  2. contactName (type: String.t, default: nil)
    - The contact's full name, not hashed.
  3. 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
}

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.FocusBackendSecondaryContactId