public sealed class GetApprovalRequestMessage : IMessage<GetApprovalRequestMessage>, IEquatable<GetApprovalRequestMessage>, IDeepCloneable<GetApprovalRequestMessage>, IBufferMessage, IMessage
Reference documentation and code samples for the Access Approval v1 API class GetApprovalRequestMessage.
[[["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 `GetApprovalRequestMessage` class is 2.5.0, part of the Access Approval v1 API."],["This class is used to represent a request to get an approval request within the Google Cloud Access Approval service."],["The `GetApprovalRequestMessage` class inherits from the base object class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It provides properties for `ApprovalRequestName` and `Name`, which help in specifying the target approval request in the format \"{projects\\|folders\\|organizations}/{id}/approvalRequests/{approval_request}\"."],["The class is found in the `Google.Cloud.AccessApproval.V1` namespace and within the `Google.Cloud.AccessApproval.V1.dll` assembly."]]],[]]