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 `ApproveDecision` class represents a decision to approve access to a resource, which is implemented across various versions, with version 2.5.0 being the latest."],["This class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ApproveDecision` class has two constructors: a default constructor `ApproveDecision()` and another `ApproveDecision(ApproveDecision other)` for creating a new instance based on an existing `ApproveDecision` object."],["It includes properties for `ApproveTime` and `ExpireTime`, both of which are of type `Timestamp` to record when approval was granted and when it expires, respectively."]]],[]]