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 content provides documentation for the `DeleteAccessPolicyRequest` class within the `Google.Identity.AccessContextManager.V1` namespace, specifically version 1.3.0, with links to different versions of the documentation."],["`DeleteAccessPolicyRequest` is a class used to request the deletion of an `AccessPolicy`, implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and includes constructors for creating new instances, either empty or from an existing `DeleteAccessPolicyRequest` object."],["The `DeleteAccessPolicyRequest` class has one property `Name`, a string representing the name and resource id of the access policy to delete, formatted as `accessPolicies/{policy_id}`."],["The documentation contains a list of all members inherited from the base class `Object`, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]