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 latest version of the `DeleteAccessPolicyRequest` is 2.5.0, with versions ranging back to 1.2.0 available."],["`DeleteAccessPolicyRequest` is a request type to delete an `AccessPolicy`, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes properties like `AccessPolicyName` and `Name`, which is a string that represents the resource name for the access policy to delete, formatted as `accessPolicies/{policy_id}`."],["The class provides two constructors: one default constructor and another that accepts a `DeleteAccessPolicyRequest` object for initialization."]]],[]]