GoogleCloudWebriskV1ThreatEntryAdditions constructor

GoogleCloudWebriskV1ThreatEntryAdditions({
  1. List<GoogleCloudWebriskV1RawHashes>? rawHashes,
  2. GoogleCloudWebriskV1RiceDeltaEncoding? riceHashes,
})

Implementation

GoogleCloudWebriskV1ThreatEntryAdditions({
  this.rawHashes,
  this.riceHashes,
});