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, within the `Google.Cloud.AccessApproval.V1` namespace, and is implemented in the Google.Cloud.AccessApproval.V1.dll assembly."],["This class, a sealed class, inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering capabilities for message handling, comparison, deep cloning, and buffer manipulation."],["The `ApproveDecision` class includes properties `ApproveTime` and `ExpireTime`, both of which use the `Timestamp` type to record the approval and expiration times."],["The class is documented across multiple versions from 1.0.0 to 2.5.0, where 2.5.0 is the latest, providing a detailed history of the class's evolution."],["There are two constructors for the class `ApproveDecision()`, for default creation, and `ApproveDecision(ApproveDecision other)` which takes another `ApproveDecision` as an argument."]]],[]]