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 this page specifically documents version 2.0.0."],["`ApproveApprovalRequestMessage` is a class used to represent a request to approve an `ApprovalRequest`, with its definition available in the `Google.Cloud.AccessApproval.V1` namespace."],["The class `ApproveApprovalRequestMessage` inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a parameterless constructor and one that takes another `ApproveApprovalRequestMessage` object for initialization."],["`ApproveApprovalRequestMessage` contains properties such as `ApprovalRequestName` to provide a typed view over the resource name property, `ExpireTime` for setting the approval's expiration, and `Name` for specifying the approval request to approve."]]],[]]