FocusBackendContactDetailHash

GoogleApi.ContentWarehouse.V1.Model.FocusBackendContactDetailHash


Table of Contents ▼

Jump to a specific part of the page:

Description

http://go/contact-detail-hash.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. type (type: String.t, default: nil)
    -
  2. value (type: integer(), default: nil)
    - The hash here will be a 16-bit weak hash to avoid reverse engineering for decoding the actual contact detail. The hash value is computed by the fingerprint of the raw contact detail mod 2^16.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.FocusBackendContactDetailHash{
type: String.t() | nil,
value: integer() | nil
}

Function

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

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