public sealed class ApproveDecision : IMessage<ApproveDecision>, IEquatable<ApproveDecision>, IDeepCloneable<ApproveDecision>, IBufferMessage, IMessage
A decision that has been made to approve access to a resource.
[[["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 `ApproveDecision` is 2.5.0, with the documentation providing access to versions ranging from 1.0.0 to 2.5.0."],["`ApproveDecision` is a class that represents a decision to approve access to a resource, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits from `Object` and includes inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The `ApproveDecision` class has two constructors: a default constructor `ApproveDecision()` and a copy constructor `ApproveDecision(ApproveDecision other)`."],["The `ApproveDecision` class includes properties `ApproveTime` and `ExpireTime`, both of type `Timestamp`, representing when approval was granted and when it expires, respectively."]]],[]]