GoogleSecuritySafebrowsingV5SearchHashesResponse class
The response returned after searching threat hashes.
Note that if nothing is found, the server will return an OK status (HTTP
status code 200) with the full_hashes
field empty, rather than returning a
NOT_FOUND status (HTTP status code 404).
Constructors
-
GoogleSecuritySafebrowsingV5SearchHashesResponse.new({String? cacheDuration, List<
GoogleSecuritySafebrowsingV5FullHash> ? fullHashes}) - GoogleSecuritySafebrowsingV5SearchHashesResponse.fromJson(Map json_)
Properties
- cacheDuration ↔ String?
-
The client-side cache duration.
getter/setter pair
-
fullHashes
↔ List<
GoogleSecuritySafebrowsingV5FullHash> ? -
Unordered list.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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