GoogleSecuritySafebrowsingV5SearchUrlsResponse class
The response returned after searching threats matching the specified URLs.
If nothing is found, the server will return an OK status (HTTP status code
200) with the threats field empty, rather than returning a NOT_FOUND
status (HTTP status code 404).
Constructors
-
GoogleSecuritySafebrowsingV5SearchUrlsResponse({String? cacheDuration, List<
GoogleSecuritySafebrowsingV5ThreatUrl> ? threats}) - GoogleSecuritySafebrowsingV5SearchUrlsResponse.fromJson(Map json_)
Properties
- cacheDuration ↔ String?
-
The client-side cache duration.
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
-
threats
↔ List<
GoogleSecuritySafebrowsingV5ThreatUrl> ? -
Unordered list.
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