public sealed class GetApprovalRequestMessage : IMessage<GetApprovalRequestMessage>, IEquatable<GetApprovalRequestMessage>, IDeepCloneable<GetApprovalRequestMessage>, 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 available for `GetApprovalRequestMessage` is 2.5.0, with previous versions ranging from 2.4.0 down to 1.0.0."],["`GetApprovalRequestMessage` is a class used to request an approval, inheriting from Object and implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetApprovalRequestMessage` class includes constructors for creating a new instance and copying an existing one, as well as properties such as `ApprovalRequestName` and `Name`."],["The class is located within the `Google.Cloud.AccessApproval.V1` namespace and is contained within the `Google.Cloud.AccessApproval.V1.dll` assembly."],["The `Name` property of the `GetApprovalRequestMessage` class specifies the format for retrieving an approval request, using a defined string pattern, such as \"{projects|folders|organizations}/{id}/approvalRequests/{approval_request}\"."]]],[]]