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."],[[["This webpage details the `ApproveApprovalRequestMessage` class, which is used to request the approval of an `ApprovalRequest`."],["The `ApproveApprovalRequestMessage` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are multiple versions of `ApproveApprovalRequestMessage` listed, ranging from version 1.0.0 to 2.5.0 with 2.5.0 being the latest, and this specific page is detailing version 1.4.0."],["The class has two constructors, one default and one that takes another `ApproveApprovalRequestMessage` object as a parameter."],["The class contains properties such as `ApprovalRequestName`, `ExpireTime`, and `Name`, which are used to define the details of the approval request."]]],[]]