google_api_safe_browsing v0.4.0 GoogleApi.SafeBrowsing.V4.Model.ThreatHit View Source
Attributes
clientInfo
(type:GoogleApi.SafeBrowsing.V4.Model.ClientInfo.t
, default:nil
) - Client-reported identification.entry
(type:GoogleApi.SafeBrowsing.V4.Model.ThreatEntry.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.ThreatSource.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.UserInfo.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
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.SafeBrowsing.V4.Model.ThreatHit{
clientInfo: GoogleApi.SafeBrowsing.V4.Model.ClientInfo.t(),
entry: GoogleApi.SafeBrowsing.V4.Model.ThreatEntry.t(),
platformType: String.t(),
resources: [GoogleApi.SafeBrowsing.V4.Model.ThreatSource.t()],
threatType: String.t(),
userInfo: GoogleApi.SafeBrowsing.V4.Model.UserInfo.t()
}
t() :: %GoogleApi.SafeBrowsing.V4.Model.ThreatHit{ clientInfo: GoogleApi.SafeBrowsing.V4.Model.ClientInfo.t(), entry: GoogleApi.SafeBrowsing.V4.Model.ThreatEntry.t(), platformType: String.t(), resources: [GoogleApi.SafeBrowsing.V4.Model.ThreatSource.t()], threatType: String.t(), userInfo: GoogleApi.SafeBrowsing.V4.Model.UserInfo.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.