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 `DeleteAccessLevelRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities for message handling and object manipulation."],["It inherits from the base `Object` class, inheriting basic methods such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The class has two constructors: a default constructor and a constructor that takes another `DeleteAccessLevelRequest` object as a parameter to duplicate it, and two properties named 'Name' and 'AccessLevelName' to set the necessary identifier to delete an Access Level."],["There are multiple versions of the `DeleteAccessLevelRequest` available, ranging from version 1.2.0 up to 2.5.0, which is the latest, as seen in the listed version history."]]],[]]