public sealed class ListAccessLevelsResponse : IMessage<ListAccessLevelsResponse>, IEquatable<ListAccessLevelsResponse>, IDeepCloneable<ListAccessLevelsResponse>, 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-03-21 UTC."],[[["The `ListAccessLevelsResponse` class is used as a response to `ListAccessLevelsRequest` within the `Google.Identity.AccessContextManager.V1` namespace."],["This class inherits from `Object` and implements `IMessage\u003cListAccessLevelsResponse\u003e`, `IEquatable\u003cListAccessLevelsResponse\u003e`, `IDeepCloneable\u003cListAccessLevelsResponse\u003e`, `IBufferMessage`, and `IMessage`."],["The `ListAccessLevelsResponse` class has two constructors: a default constructor and another that takes another `ListAccessLevelsResponse` object as a parameter."],["It contains two properties, `AccessLevels`, which is a list of `AccessLevel` instances, and `NextPageToken`, which is a string used for pagination to retrieve the next page of results."],["There are various versions of the `ListAccessLevelsResponse` class available, with the latest being version 2.5.0 and version 1.3.0 also being mentioned in the list of versions."]]],[]]