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-03-21 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."]]],[]]