GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponseListUpdateResponse constructor

GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponseListUpdateResponse({
  1. List<GoogleSecuritySafebrowsingV4ThreatEntrySet>? additions,
  2. GoogleSecuritySafebrowsingV4Checksum? checksum,
  3. String? newClientState,
  4. String? platformType,
  5. List<GoogleSecuritySafebrowsingV4ThreatEntrySet>? removals,
  6. String? responseType,
  7. String? threatEntryType,
  8. String? threatType,
})

Implementation

GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponseListUpdateResponse({
  this.additions,
  this.checksum,
  this.newClientState,
  this.platformType,
  this.removals,
  this.responseType,
  this.threatEntryType,
  this.threatType,
});