GoogleApi.SafeBrowsing.V4.Model.GoogleSecuritySafebrowsingV4ThreatHit (google_api_safe_browsing v0.23.0) View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.SafeBrowsing.V4.Model.GoogleSecuritySafebrowsingV4ThreatHit{
clientInfo:
GoogleApi.SafeBrowsing.V4.Model.GoogleSecuritySafebrowsingV4ClientInfo.t(),
entry:
GoogleApi.SafeBrowsing.V4.Model.GoogleSecuritySafebrowsingV4ThreatEntry.t(),
platformType: String.t(),
resources: [
GoogleApi.SafeBrowsing.V4.Model.GoogleSecuritySafebrowsingV4ThreatHitThreatSource.t()
],
threatType: String.t(),
userInfo:
GoogleApi.SafeBrowsing.V4.Model.GoogleSecuritySafebrowsingV4ThreatHitUserInfo.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.