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."],[[["The `FindingTypeStats` class in the Web Security Scanner v1 API provides statistics on a specific type of finding within a ScanRun."],["The latest version of `FindingTypeStats` is 2.5.0, with documentation available for versions ranging from 1.0.0 to 2.5.0."],["`FindingTypeStats` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with inheritance from `object`."],["This class has properties `FindingCount`, which represents the number of findings of this type, and `FindingType`, which specifies the type of the finding."],["The `FindingTypeStats` class offers two constructors, one default and one that accepts another `FindingTypeStats` object for parameterization."]]],[]]