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