Voting helps other researchers find interesting modules.
Used for storing fingerprints, along with meta-data that expresses how the fingerprint was computed. The metadata can be anything that fits in an uint64.
metadata
String.t
nil
value
list(String.t)
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.IndexingConverterShingleFingerprint{ metadata: String.t() | nil, value: [String.t()] | nil }
@spec decode(struct(), keyword()) :: struct()