GoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequestListUpdateRequestConstraints class
The constraints for this update.
Constructors
-
GoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequestListUpdateRequestConstraints({String? deviceLocation, String? language, int? maxDatabaseEntries, int? maxUpdateEntries, String? region, List<
String> ? supportedCompressions}) - GoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequestListUpdateRequestConstraints.fromJson(Map json_)
Properties
- deviceLocation ↔ String?
-
A client's physical location, expressed as a ISO 31166-1 alpha-2 region
code.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- language ↔ String?
-
Requests the lists for a specific language.
getter/setter pair
- maxDatabaseEntries ↔ int?
-
Sets the maximum number of entries that the client is willing to have in
the local database for the specified list.
getter/setter pair
- maxUpdateEntries ↔ int?
-
The maximum size in number of entries.
getter/setter pair
- region ↔ String?
-
Requests the list for a specific geographic location.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
supportedCompressions
↔ List<
String> ? -
The compression types supported by the client.
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