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 within the `Google.Cloud.AccessApproval.V1.dll` assembly."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its capabilities for message handling, comparison, and deep cloning."],["It includes properties such as `AccessApprovalSettingsName` and `Name`, allowing for the specification of the access approval settings to be deleted, and the name property being of the type string."],["The page includes links to every available version, ranging from version 1.0.0 to the latest 2.5.0."]]],[]]