AttackVolume constructor
AttackVolume({
- AttackVolumeStatistics? bitsPerSecond,
- AttackVolumeStatistics? packetsPerSecond,
- AttackVolumeStatistics? requestsPerSecond,
Implementation
AttackVolume({
this.bitsPerSecond,
this.packetsPerSecond,
this.requestsPerSecond,
});