GoogleCloudWebriskV1ComputeThreatListDiffResponse constructor

GoogleCloudWebriskV1ComputeThreatListDiffResponse({
  1. GoogleCloudWebriskV1ThreatEntryAdditions? additions,
  2. GoogleCloudWebriskV1ComputeThreatListDiffResponseChecksum? checksum,
  3. String? newVersionToken,
  4. String? recommendedNextDiff,
  5. GoogleCloudWebriskV1ThreatEntryRemovals? removals,
  6. String? responseType,
})

Implementation

GoogleCloudWebriskV1ComputeThreatListDiffResponse({
  this.additions,
  this.checksum,
  this.newVersionToken,
  this.recommendedNextDiff,
  this.removals,
  this.responseType,
});