GoogleSecuritySafebrowsingV4ThreatHit class

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