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"]],[["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 `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."]]],[]]