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-04-17 UTC."],[[["This document provides reference information for the `DismissDecision` class within the Google Cloud Access Approval v1 API."],["The `DismissDecision` class is used to represent a decision made to dismiss an approval request."],["The `DismissDecision` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `DismissDecision` has two properties: `DismissTime` that represents when the request was dismissed, and `Implicit` which is a boolean value that defines if the dismissal was implicit due to inaction."],["The latest version available for `DismissDecision` is 2.5.0, and there are several prior versions available from 2.4.0 down to 1.0.0."]]],[]]