public sealed class ReplaceAccessLevelsResponse : IMessage<ReplaceAccessLevelsResponse>, IEquatable<ReplaceAccessLevelsResponse>, IDeepCloneable<ReplaceAccessLevelsResponse>, IBufferMessage, IMessage
A response to ReplaceAccessLevelsRequest. This will be put inside of
Operation.response field.
[[["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-02 UTC."],[[["This webpage details the `ReplaceAccessLevelsResponse` class, which is a response to `ReplaceAccessLevelsRequest` and is used within the `Operation.response` field."],["The `ReplaceAccessLevelsResponse` class is part of the `Google.Identity.AccessContextManager.V1` namespace and is found within the `Google.Identity.AccessContextManager.V1.dll` assembly."],["The class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a parameterless constructor and one that takes another `ReplaceAccessLevelsResponse` instance as its argument."],["The `AccessLevels` property of the class, of the type `RepeatedField\u003cAccessLevel\u003e`, contains a list of `AccessLevel` instances."]]],[]]