public sealed class DismissDecision : IMessage<DismissDecision>, IEquatable<DismissDecision>, IDeepCloneable<DismissDecision>, IBufferMessage, IMessage
Reference documentation and code samples for the Access Approval v1 API class DismissDecision.
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 provides reference documentation for the `DismissDecision` class within the Google Cloud Access Approval v1 API."],["The `DismissDecision` class, part of the `Google.Cloud.AccessApproval.V1` namespace, represents a decision to dismiss an approval request."],["The latest version of this documentation is for 2.5.0, with previous versions available back to 1.0.0, and this current view is set on 2.3.0."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`DismissDecision` contains properties for `DismissTime`, which indicates when a request was dismissed, and `Implicit`, which is true if the approval request expired due to inactivity."]]],[]]