AttackStatisticsDataItem class
A single attack statistics data record. This is returned by DescribeAttackStatistics along with a time range indicating the time period that the attack statistics apply to.
Constructors
- AttackStatisticsDataItem({required int attackCount, AttackVolume? attackVolume})
-
AttackStatisticsDataItem.fromJson(Map<
String, dynamic> json) -
factory
Properties
- attackCount → int
-
The number of attacks detected during the time period. This is always
present, but might be zero.
final
- attackVolume → AttackVolume?
-
Information about the volume of attacks during the time period. If the
accompanying
AttackCount
is zero, this setting might be empty.final - hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited