public sealed class InvalidateApprovalRequestMessage : IMessage<InvalidateApprovalRequestMessage>, IEquatable<InvalidateApprovalRequestMessage>, IDeepCloneable<InvalidateApprovalRequestMessage>, IBufferMessage, IMessage
Reference documentation and code samples for the Access Approval v1 API class InvalidateApprovalRequestMessage.
[[["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 `InvalidateApprovalRequestMessage` class, found within the `Google.Cloud.AccessApproval.V1` namespace, is designed for requesting the invalidation of an existing approval, as part of the Access Approval v1 API."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `object` class."],["The class includes properties like `ApprovalRequestName` and `Name`, allowing for the specification of the target approval request for invalidation, both properties have a string version and a typed view."],["Multiple versions of the documentation are available, ranging from version 1.0.0 up to the latest version 2.5.0, with the current version of the page being 2.4.0."],["The class features two constructors, one default constructor, and one to be used with an existing `InvalidateApprovalRequestMessage`."]]],[]]