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."],[[["The latest version of the `FindingTypeStats` resource is 2.5.0, with versions ranging back to 1.0.0 available."],["`FindingTypeStats` provides statistics on a specific `FindingType` of findings within a given `ScanRun` context."],["The class `FindingTypeStats` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` within the Google.Protobuf namespace."],["`FindingTypeStats` includes properties like `FindingCount` (an integer representing the number of findings) and `FindingType` (a string indicating the type of finding)."],["The `FindingTypeStats` resource is part of the `Google.Cloud.WebSecurityScanner.V1` namespace, contained within the `Google.Cloud.WebSecurityScanner.V1.dll` assembly."]]],[]]