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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]