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 document provides reference documentation and code samples for the `FindingTypeStats` class within the Web Security Scanner v1 API."],["`FindingTypeStats` represents statistics for a specific `FindingType` of `Findings` within a given `ScanRun`."],["The `FindingTypeStats` class has properties such as `FindingCount` which is the count of findings and `FindingType` which is the type of finding."],["The class has two constructors, a default constructor and one that takes another `FindingTypeStats` object as a parameter for copying."],["The latest version for this class is `2.5.0`, and it has versions available down to `1.0.0` that are listed within the document."]]],[]]