View Source GoogleApi.SafeBrowsing.V5.Model.GoogleSecuritySafebrowsingV5FullHash (google_api_safe_browsing v0.25.0)

The full hash identified with one or more matches.

Attributes

  • fullHash (type: String.t, default: nil) - The matching full hash. This is the SHA256 hash. The length will be exactly 32 bytes.
  • fullHashDetails (type: list(GoogleApi.SafeBrowsing.V5.Model.GoogleSecuritySafebrowsingV5FullHashFullHashDetail.t), default: nil) - Unordered list. A repeated field identifying the details relevant to this full hash.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.SafeBrowsing.V5.Model.GoogleSecuritySafebrowsingV5FullHash{
  fullHash: String.t() | nil,
  fullHashDetails:
    [
      GoogleApi.SafeBrowsing.V5.Model.GoogleSecuritySafebrowsingV5FullHashFullHashDetail.t()
    ]
    | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.