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"]],[["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-04-09 UTC."],[[["This webpage details the `DeleteAccessLevelRequest` class, which is used to request the deletion of an Access Level within the Google Identity Access Context Manager."],["The latest version available for the `DeleteAccessLevelRequest` is 2.5.0, with other versions dating back to 1.2.0 being available."],["The `DeleteAccessLevelRequest` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing its utility in various protocols."],["The class has two constructors, one default and one taking another `DeleteAccessLevelRequest` object, and it includes properties such as `AccessLevelName` and `Name` for specifying the access level to be deleted."],["The `Name` property is required and specifies the resource name for the Access Level in the format `accessPolicies/{policy_id}/accessLevels/{access_level_id}`."]]],[]]