google_api_safe_browsing v0.2.0 GoogleApi.SafeBrowsing.V4.Model.ThreatHit View Source
Attributes
- clientInfo (GoogleApi.SafeBrowsing.V4.Model.ClientInfo.t): Client-reported identification. Defaults to
nil. - entry (GoogleApi.SafeBrowsing.V4.Model.ThreatEntry.t): The threat entry responsible for the hit. Full hash should be reported for
hash-based hits. Defaults to
nil. - platformType (String.t): The platform type reported. Defaults to
nil. - resources (list(GoogleApi.SafeBrowsing.V4.Model.ThreatSource.t)): The resources related to the threat hit. Defaults to
nil. - threatType (String.t): The threat type reported. Defaults to
nil. - userInfo (GoogleApi.SafeBrowsing.V4.Model.UserInfo.t): Details about the user that encountered the threat. Defaults to
nil.
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.