GoogleSecuritySafebrowsingV4ThreatHit class
Constructors
-
GoogleSecuritySafebrowsingV4ThreatHit({GoogleSecuritySafebrowsingV4ClientInfo? clientInfo, GoogleSecuritySafebrowsingV4ThreatEntry? entry, String? platformType, List<
GoogleSecuritySafebrowsingV4ThreatHitThreatSource> ? resources, String? threatType, GoogleSecuritySafebrowsingV4ThreatHitUserInfo? userInfo}) - GoogleSecuritySafebrowsingV4ThreatHit.fromJson(Map json_)
Properties
- clientInfo ↔ GoogleSecuritySafebrowsingV4ClientInfo?
-
Client-reported identification.
getter/setter pair
- entry ↔ GoogleSecuritySafebrowsingV4ThreatEntry?
-
The threat entry responsible for the hit.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- platformType ↔ String?
-
The platform type reported.
Possible string values are:
getter/setter pair
-
resources
↔ List<
GoogleSecuritySafebrowsingV4ThreatHitThreatSource> ? -
The resources related to the threat hit.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- threatType ↔ String?
-
The threat type reported.
Possible string values are:
getter/setter pair
- userInfo ↔ GoogleSecuritySafebrowsingV4ThreatHitUserInfo?
-
Details about the user that encountered the threat.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited