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

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

Attributes

  • type (type: String.t, default: nil) -
  • 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.