[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `Attack` class in the Security Command Center v2 API provides information about DDoS attack characteristics, including classification and volume."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, comparison, deep cloning, and buffered operations."],["The `Attack` class includes properties for attack classification (`Classification`) and volume, measured in both bytes per second (`VolumeBpsLong`) and packets per second (`VolumePpsLong`)."],["There are deprecated properties, `VolumeBps` and `VolumePps`, which have been replaced by `VolumeBpsLong` and `VolumePpsLong`, respectively."],["The `Attack` class can be instantiated using two constructors: a default one, `Attack()`, and one that takes an existing `Attack` object for creating a copy, `Attack(Attack other)`."]]],[]]