public sealed class SuppressionInfo : IMessage<TailLogEntriesResponse.Types.SuppressionInfo>, IEquatable<TailLogEntriesResponse.Types.SuppressionInfo>, IDeepCloneable<TailLogEntriesResponse.Types.SuppressionInfo>, IBufferMessage, IMessage
Information about entries that were omitted from the session.
[[["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 outlines the `SuppressionInfo` class, which provides details about log entries omitted from a session."],["The `SuppressionInfo` class is part of the `Google.Cloud.Logging.V2` namespace and is implemented in the `Google.Cloud.Logging.V2.dll` assembly."],["The class inherits from `Object` and implements interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `SuppressionInfo` class include `Reason`, indicating why entries were omitted, and `SuppressedCount`, providing a lower bound on the number of omitted entries."],["The document also lists different version of the .NET API, with 4.4.0 being the most recent."]]],[]]