public sealed class DismissDecision : IMessage<DismissDecision>, IEquatable<DismissDecision>, IDeepCloneable<DismissDecision>, IBufferMessage, IMessage
A decision that has been made to dismiss an approval request.
[[["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."],[[["The latest version of `DismissDecision` is 2.5.0, and the documentation covers versions back to 1.0.0."],["`DismissDecision` represents a decision to dismiss an approval request."],["The `DismissDecision` class implements several interfaces, including `IMessage`, `IEquatable\u003cDismissDecision\u003e`, `IDeepCloneable\u003cDismissDecision\u003e`, and `IBufferMessage`."],["It provides two constructors: a default one and one that accepts another `DismissDecision` object as a parameter."],["`DismissDecision` includes a `DismissTime` property, which is of type `Google.Protobuf.WellKnownTypes.Timestamp`, to record the dismissal time of an approval request."]]],[]]