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 latest version of the Web Security Scanner v1 API is 2.5.0, with 2.4.0 being the current version documented on this page and other versions going back to 1.0.0 also available."],["The `FindingTypeStats` class in the `Google.Cloud.WebSecurityScanner.V1` namespace represents statistics related to a specific finding type within a scan run."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`FindingTypeStats` objects can be constructed either with default values or by copying another `FindingTypeStats` object, and they have the `FindingCount` and `FindingType` properties."],["`FindingCount` is a property of `FindingTypeStats` that represents the quantity of findings for the specific finding type, and `FindingType` represents the type associated with the stats."]]],[]]