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 `FindingTypeStats` resource provides statistics about a specific `FindingType` of findings within a given `ScanRun`."],["This resource is implemented in the `Google.Cloud.WebSecurityScanner.V1` namespace and is available in the `Google.Cloud.WebSecurityScanner.V1.dll` assembly, with versioning available from 1.0.0 to the latest 2.5.0."],["`FindingTypeStats` inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes two primary properties: `FindingCount` (an integer representing the number of findings) and `FindingType` (a string denoting the type of findings)."],["The `FindingTypeStats` class has two constructors, one default and one that accepts another `FindingTypeStats` object for creating copies."]]],[]]