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 implicitly 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-04-17 UTC."],[[["The latest version available for `DismissDecision` is 2.5.0, with multiple other versions available, ranging from 1.0.0 up to 2.4.0."],["The `DismissDecision` class represents a decision to dismiss an approval request and it inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`DismissDecision` has two constructors, one default and another that takes a `DismissDecision` object as a parameter."],["The `DismissDecision` class includes properties `DismissTime`, representing the dismissal time, and `Implicit`, which indicates if the dismissal occurred due to inaction."],["This documentation refers to the namespace `Google.Cloud.AccessApproval.V1`, found in the `Google.Cloud.AccessApproval.V1.dll` assembly."]]],[]]