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"]],[["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."],[[["The document provides reference documentation for the `FindingTypeStats` class within the Google Cloud Web Security Scanner v1 API."],["`FindingTypeStats` represents statistics related to a specific type of finding found during a `ScanRun`."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering capabilities for message handling, equality comparisons, deep cloning, and buffered messaging."],["Key properties of `FindingTypeStats` include `FindingCount`, which is the number of findings of that type, and `FindingType`, which specifies the type of the finding, both of which are output only."],["The documentation covers various versions of the API, ranging from version 1.0.0 to the latest version, 2.5.0, with version 2.3.0 being the primary version detailed in the provided text."]]],[]]