public sealed class ListFindingTypeStatsResponse : IMessage<ListFindingTypeStatsResponse>, IEquatable<ListFindingTypeStatsResponse>, IDeepCloneable<ListFindingTypeStatsResponse>, IBufferMessage, IMessage
[[["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."],[[["This webpage details the `ListFindingTypeStatsResponse` class, which is used as a response for the `ListFindingTypeStats` method within the Google.Cloud.WebSecurityScanner.V1 namespace."],["The latest version of the `ListFindingTypeStatsResponse` is 2.5.0, with multiple prior versions available, dating back to version 1.0.0."],["The `ListFindingTypeStatsResponse` class inherits from System.Object and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The primary property within `ListFindingTypeStatsResponse` is `FindingTypeStats`, a `RepeatedField` containing a list of `FindingTypeStats` objects."],["The class has 2 constructors, one default and one that takes in another `ListFindingTypeStatsResponse` object."]]],[]]