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."],[[["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}`."]]],[]]