public sealed class InvalidateApprovalRequestMessage : IMessage<InvalidateApprovalRequestMessage>, IEquatable<InvalidateApprovalRequestMessage>, IDeepCloneable<InvalidateApprovalRequestMessage>, 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 `InvalidateApprovalRequestMessage` class, which is used to request the invalidation of an existing approval."],["The `InvalidateApprovalRequestMessage` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class has two constructors: a default one and another that takes an `InvalidateApprovalRequestMessage` object as a parameter."],["It includes properties such as `ApprovalRequestName` which is a type `ApprovalRequestName` and `Name` which is a string representing the ApprovalRequest to invalidate."],["The page contains different versions of the documentation, the most recent version is 2.5.0 and the oldest is 1.0.0."]]],[]]