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-03-21 UTC."],[[["This webpage details the `DismissDecision` class, a component of the Google Cloud Access Approval V1, which represents a decision to dismiss an approval request."],["The latest version documented is 2.5.0, with previous versions from 2.4.0 down to 1.0.0 also available, all within the same context of the `DismissDecision` class."],["The `DismissDecision` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and versatility."],["The class has two constructors, a default one and one that takes another `DismissDecision` instance, allowing for flexible creation and copying of objects."],["Key properties of `DismissDecision` include `DismissTime`, which records when the request was dismissed, and `Implicit`, a boolean indicating whether dismissal was due to approver inaction."]]],[]]