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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This document provides reference documentation for the `LintResponse.Types.SummaryEntry` class within the Google Cloud API Hub v1 API."],["The `SummaryEntry` class is designed to represent a count of issues based on their severity."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities in message handling and data cloning."],["It offers two constructors, one default and one that accepts another `SummaryEntry` object for initialization."],["`SummaryEntry` includes properties `Count` (an integer representing the issue count) and `Severity` (the issue's severity level), both of which are required."]]],[]]