AttackVolume constructor

AttackVolume({
  1. AttackVolumeStatistics? bitsPerSecond,
  2. AttackVolumeStatistics? packetsPerSecond,
  3. AttackVolumeStatistics? requestsPerSecond,
})

Implementation

AttackVolume({
  this.bitsPerSecond,
  this.packetsPerSecond,
  this.requestsPerSecond,
});