GoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequestListUpdateRequestConstraints constructor

GoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequestListUpdateRequestConstraints({
  1. String? deviceLocation,
  2. String? language,
  3. int? maxDatabaseEntries,
  4. int? maxUpdateEntries,
  5. String? region,
  6. List<String>? supportedCompressions,
})

Implementation

GoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequestListUpdateRequestConstraints({
  this.deviceLocation,
  this.language,
  this.maxDatabaseEntries,
  this.maxUpdateEntries,
  this.region,
  this.supportedCompressions,
});