public sealed class FindingTypeStats : IMessage<FindingTypeStats>, IEquatable<FindingTypeStats>, IDeepCloneable<FindingTypeStats>, IBufferMessage, IMessage
Reference documentation and code samples for the Web Security Scanner v1 API class FindingTypeStats.
A FindingTypeStats resource represents stats regarding a specific FindingType
of Findings under a given ScanRun.
[[["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."],[[["This webpage provides reference documentation and code samples for the `FindingTypeStats` class within the Web Security Scanner v1 API."],["The `FindingTypeStats` class represents statistics regarding a specific `FindingType` of findings under a given `ScanRun`."],["The page documents version 2.2.0 of `FindingTypeStats`, but also includes links to older versions ranging back to 1.0.0, as well as the latest release 2.5.0."],["`FindingTypeStats` includes properties like `FindingCount` (an integer representing the number of findings) and `FindingType` (a string indicating the type of finding)."],["The class `FindingTypeStats` can be implemented as an `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]