GoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequest class
Describes a Safe Browsing API update request.
Clients can request updates for multiple lists in a single request. The server may not respond to all requests, if the server has no updates for that list. NOTE: Field index 2 is unused. NEXT: 5
Constructors
Properties
- client ↔ GoogleSecuritySafebrowsingV4ClientInfo?
-
The client metadata.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
listUpdateRequests
↔ List<
GoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequestListUpdateRequest> ? -
The requested threat list updates.
getter/setter pair
- 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