GoogleSecuritySafebrowsingV4ThreatMatch class
A match when checking a threat entry in the Safe Browsing threat lists.
Constructors
- GoogleSecuritySafebrowsingV4ThreatMatch({String? cacheDuration, String? platformType, GoogleSecuritySafebrowsingV4ThreatEntry? threat, GoogleSecuritySafebrowsingV4ThreatEntryMetadata? threatEntryMetadata, String? threatEntryType, String? threatType})
- GoogleSecuritySafebrowsingV4ThreatMatch.fromJson(Map json_)
Properties
- cacheDuration ↔ String?
-
The cache lifetime for the returned match.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- platformType ↔ String?
-
The platform type matching this threat.
Possible string values are:
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- threat ↔ GoogleSecuritySafebrowsingV4ThreatEntry?
-
The threat matching this threat.
getter/setter pair
- threatEntryMetadata ↔ GoogleSecuritySafebrowsingV4ThreatEntryMetadata?
-
Optional metadata associated with this threat.
getter/setter pair
- threatEntryType ↔ String?
-
The threat entry type matching this threat.
Possible string values are:
getter/setter pair
- threatType ↔ String?
-
The threat type matching this threat.
Possible string values are:
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