AbuseiamHash

GoogleApi.ContentWarehouse.V1.Model.AbuseiamHash


Table of Contents ▼

Jump to a specific part of the page:

Description

Information about various hashes that can be computed on a message ex: simhash, attachment hash, etc

Attributes List

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

View Attributes

Attributes

  1. hash (type: String.t, default: nil)
    - 64 bit hash in the hex form.
  2. type (type: String.t, default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AbuseiamHash{
hash: String.t() | nil,
type: String.t() | nil
}

Function

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

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