public sealed class ApproveApprovalRequestMessage : IMessage<ApproveApprovalRequestMessage>, IEquatable<ApproveApprovalRequestMessage>, IDeepCloneable<ApproveApprovalRequestMessage>, IBufferMessage, IMessage
[[["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 of the `ApproveApprovalRequestMessage` is 2.5.0, but the current page documents version 1.3.0."],["`ApproveApprovalRequestMessage` is a class used to represent a request to approve an `ApprovalRequest`, it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `ApproveApprovalRequestMessage` includes properties such as `ApprovalRequestName`, `ExpireTime`, and `Name`, for handling requests to approve an `ApprovalRequest`."],["There are two constructors for `ApproveApprovalRequestMessage`, one is parameterless, and the other accepts another `ApproveApprovalRequestMessage` object as a parameter."],["`ApproveApprovalRequestMessage` inherits several members from the `Object` class, including `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]