GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponseListUpdateResponse class

An update to an individual list.

Properties

additions List<GoogleSecuritySafebrowsingV4ThreatEntrySet>?
A set of entries to add to a local threat type's list.
getter/setter pair
checksum GoogleSecuritySafebrowsingV4Checksum?
The expected SHA256 hash of the client state; that is, of the sorted list of all hashes present in the database after applying the provided update.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
newClientState String?
The new client state, in encrypted format.
getter/setter pair
newClientStateAsBytes List<int>
getter/setter pair
platformType String?
The platform type for which data is returned. Possible string values are:
getter/setter pair
removals List<GoogleSecuritySafebrowsingV4ThreatEntrySet>?
A set of entries to remove from a local threat type's list.
getter/setter pair
responseType String?
The type of response.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
threatEntryType String?
The format of the threats. Possible string values are:
getter/setter pair
threatType String?
The threat type for which data is returned. 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