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."],[[["This webpage details the `GetApprovalRequestMessage` class, which is used to request the retrieval of an approval request."],["The `GetApprovalRequestMessage` class is part of the `Google.Cloud.AccessApproval.V1` namespace and is implemented within the `Google.Cloud.AccessApproval.V1.dll` assembly."],["The class supports multiple versions, with version 2.5.0 being the latest, and allows viewing of documentation for versions 1.0.0 through 2.5.0."],["The class inherits from `System.Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` which makes it compliant with Google's Protocol Buffer data structures."],["The `Name` property within the `GetApprovalRequestMessage` class is a string used to specify the name of the specific approval request you wish to get."]]],[]]