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

Details about the user that encountered the threat.

Attributes

  • regionCode (type: String.t, default: nil) - The UN M.49 region code associated with the user's location.
  • userId (type: String.t, default: nil) - Unique user identifier defined by the client.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.SafeBrowsing.V4.Model.GoogleSecuritySafebrowsingV4ThreatHitUserInfo{
    regionCode: String.t() | nil,
    userId: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.