public sealed class DeleteAccessLevelRequest : IMessage<DeleteAccessLevelRequest>, IEquatable<DeleteAccessLevelRequest>, IDeepCloneable<DeleteAccessLevelRequest>, 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 latest version of the `DeleteAccessLevelRequest` is 2.5.0, with versions ranging from 1.2.0 to 2.5.0 available."],["`DeleteAccessLevelRequest` is a request type used to delete an `AccessLevel`, which is part of the `Google.Identity.AccessContextManager.V1` namespace."],["The `DeleteAccessLevelRequest` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has a `Name` property, which is a required string that represents the resource name of the Access Level and is formatted as `accessPolicies/{policy_id}/accessLevels/{access_level_id}`."],["There are two constructors for the `DeleteAccessLevelRequest` class, one default constructor, and another constructor that takes a `DeleteAccessLevelRequest` as a parameter."]]],[]]