public sealed class FindingTypeStats : IMessage<FindingTypeStats>, IEquatable<FindingTypeStats>, IDeepCloneable<FindingTypeStats>, IBufferMessage, IMessage
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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage details the `FindingTypeStats` resource, which provides statistics for a specific type of finding within a `ScanRun` in Google Cloud Web Security Scanner."],["The latest version of the `FindingTypeStats` resource is `2.5.0`, but several prior versions, ranging from `1.0.0` to `2.4.0`, are also accessible via the provided links."],["`FindingTypeStats` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `FindingTypeStats` class offers two constructors: a default constructor and one that accepts another `FindingTypeStats` instance."],["The resource has two primary properties `FindingCount` which represents the number of findings of a specific type, and `FindingType` which represents the type of finding related to the statistics."]]],[]]