public sealed class DeleteAccessPolicyRequest : IMessage<DeleteAccessPolicyRequest>, IEquatable<DeleteAccessPolicyRequest>, IDeepCloneable<DeleteAccessPolicyRequest>, 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."],[[["The `DeleteAccessPolicyRequest` class is used to request the deletion of an `AccessPolicy` within the Google Identity Access Context Manager V1."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for functionality like message handling, comparison, cloning, and buffered operations."],["The class provides properties like `AccessPolicyName` and `Name`, both pertaining to defining which Access Policy is targeted by the request."],["There are multiple versions of the DeleteAccessPolicyRequest available, with the latest being 2.5.0 and the oldest being 1.2.0."],["The class has two constructors; a parameterless constructor and one that takes a `DeleteAccessPolicyRequest` object."]]],[]]