public sealed class DeleteAccessApprovalSettingsMessage : IMessage<DeleteAccessApprovalSettingsMessage>, IEquatable<DeleteAccessApprovalSettingsMessage>, IDeepCloneable<DeleteAccessApprovalSettingsMessage>, 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 `DeleteAccessApprovalSettingsMessage` class, which is used to request the deletion of access approval settings."],["The `DeleteAccessApprovalSettingsMessage` class is part of the `Google.Cloud.AccessApproval.V1` namespace and is available in the `Google.Cloud.AccessApproval.V1.dll` assembly."],["It is a message class that implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various functionalities like deep cloning and message buffering."],["The class has two constructors, a default constructor and another that takes a `DeleteAccessApprovalSettingsMessage` object, and two properties: `AccessApprovalSettingsName` and `Name`, the latter denoting the resource name to delete."],["The most recent version of the class is version 2.5.0, and there are older versions ranging back to version 1.0.0."]]],[]]