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."],[[["The latest version of the `ListFindingTypeStatsResponse` is 2.5.0, but this page specifically documents version 2.0.0."],["`ListFindingTypeStatsResponse` is a class that represents the response for the `ListFindingTypeStats` method and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ListFindingTypeStatsResponse` class inherits from the `Object` class and includes methods like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The `ListFindingTypeStatsResponse` class contains a `FindingTypeStats` property of type `RepeatedField\u003cFindingTypeStats\u003e`, representing the list of `FindingTypeStats`."],["There are two constructors for the `ListFindingTypeStatsResponse` class, one default and another which takes a `ListFindingTypeStatsResponse` object as a parameter."]]],[]]