View Source GoogleApi.SafeBrowsing.V4.Model.GoogleSecuritySafebrowsingV4FindThreatMatchesResponse (google_api_safe_browsing v0.25.0)

Attributes

  • matches (type: list(GoogleApi.SafeBrowsing.V4.Model.GoogleSecuritySafebrowsingV4ThreatMatch.t), default: nil) - The threat list matches.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.SafeBrowsing.V4.Model.GoogleSecuritySafebrowsingV4FindThreatMatchesResponse{
    matches:
      [
        GoogleApi.SafeBrowsing.V4.Model.GoogleSecuritySafebrowsingV4ThreatMatch.t()
      ]
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.