public sealed class LintResponse.Types.SummaryEntry : IMessage<LintResponse.Types.SummaryEntry>, IEquatable<LintResponse.Types.SummaryEntry>, IDeepCloneable<LintResponse.Types.SummaryEntry>, IBufferMessage, IMessage
Reference documentation and code samples for the API hub v1 API class LintResponse.Types.SummaryEntry.
[[["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-04-17 UTC."],[[["This documentation covers the `LintResponse.Types.SummaryEntry` class within the API hub v1 API, specifically version 1.0.0-beta02."],["The `SummaryEntry` class is designed to provide a count of issues based on their severity, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `SummaryEntry` class include `Count` (an integer representing the number of issues) and `Severity`, which categorizes the type of issue."],["The class inherits from `object` and includes inherited members like `GetHashCode()`, `GetType()`, and `ToString()`, along with being in the `Google.Cloud.ApiHub.V1` namespace."],["There are two constructors available for the `SummaryEntry` class, one being the default constructor, and the second accepting a `SummaryEntry` of the same type as a parameter."]]],[]]