public sealed class DismissDecision : IMessage<DismissDecision>, IEquatable<DismissDecision>, IDeepCloneable<DismissDecision>, IBufferMessage, IMessage
A decision that has been made to dismiss an approval request.
This field will be true if the ApprovalRequest was implcitly dismissed
due to inaction by the access approval approvers (the request is not acted
on by the approvers before the exiration time).
[[["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 available for `DismissDecision` is 2.5.0, with multiple previous versions listed, including the current version being displayed, 1.3.0."],["`DismissDecision` is a class representing a decision to dismiss an approval request, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DismissDecision` class includes properties like `DismissTime`, indicating the time of dismissal, and `Implicit`, a boolean indicating if the dismissal was due to inaction."],["The class inherits from `Object` and has inherited methods such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The `DismissDecision` class has two constructors, a default constructor, and one that takes another `DismissDecision` as a parameter."]]],[]]