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, version 1.0.0-beta01."],["The `SummaryEntry` class, which inherits from `object`, is designed to store a count of issues associated with a specified severity."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to manage message operations, equality checks, deep cloning, and buffer management."],["The class has two constructors, one empty and one that accepts another instance of `SummaryEntry`, and two properties: `Count`, which stores the count as an integer, and `Severity`, which stores the issue's severity."]]],[]]