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."],[[["This document provides reference information for the `InvalidateApprovalRequestMessage` class within the Google Cloud Access Approval v1 API, specifically version 2.2.0."],["The `InvalidateApprovalRequestMessage` class is used to request the invalidation of an existing approval and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits members from the `Object` class, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["It includes two constructors, a default one and another that takes another `InvalidateApprovalRequestMessage` object as a parameter."],["The `InvalidateApprovalRequestMessage` class contains two properties, `ApprovalRequestName`, which is an `ApprovalRequestName`-typed view, and `Name`, a string that holds the name of the approval request to be invalidated."]]],[]]