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"]],[["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."],[[["The `SuppressionInfo` class provides details about entries that were omitted from a logging session."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and compatibility."],["`SuppressionInfo` has two constructors: a default one and another that takes an existing `SuppressionInfo` instance for copying."],["The `Reason` property, of type `TailLogEntriesResponse.Types.SuppressionInfo.Types.Reason`, specifies the cause for the omission of entries."],["The `SuppressedCount` property indicates the minimum number of entries that were omitted for the given reason, and it uses the Int32 type."]]],[]]