View Source GoogleApi.SafeBrowsing.V4.Model.GoogleSecuritySafebrowsingV4ThreatHit (google_api_safe_browsing v0.26.0)
Attributes
-
clientInfo(type:GoogleApi.SafeBrowsing.V4.Model.GoogleSecuritySafebrowsingV4ClientInfo.t, default:nil) - Client-reported identification. -
entry(type:GoogleApi.SafeBrowsing.V4.Model.GoogleSecuritySafebrowsingV4ThreatEntry.t, default:nil) - The threat entry responsible for the hit. Full hash should be reported for hash-based hits. -
platformType(type:String.t, default:nil) - The platform type reported. -
resources(type:list(GoogleApi.SafeBrowsing.V4.Model.GoogleSecuritySafebrowsingV4ThreatHitThreatSource.t), default:nil) - The resources related to the threat hit. -
threatType(type:String.t, default:nil) - The threat type reported. -
userInfo(type:GoogleApi.SafeBrowsing.V4.Model.GoogleSecuritySafebrowsingV4ThreatHitUserInfo.t, default:nil) - Details about the user that encountered the threat.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.SafeBrowsing.V4.Model.GoogleSecuritySafebrowsingV4ThreatHit{ clientInfo: GoogleApi.SafeBrowsing.V4.Model.GoogleSecuritySafebrowsingV4ClientInfo.t() | nil, entry: GoogleApi.SafeBrowsing.V4.Model.GoogleSecuritySafebrowsingV4ThreatEntry.t() | nil, platformType: String.t() | nil, resources: [ GoogleApi.SafeBrowsing.V4.Model.GoogleSecuritySafebrowsingV4ThreatHitThreatSource.t() ] | nil, threatType: String.t() | nil, userInfo: GoogleApi.SafeBrowsing.V4.Model.GoogleSecuritySafebrowsingV4ThreatHitUserInfo.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.