public sealed class ReplaceAccessLevelsResponse : IMessage<ReplaceAccessLevelsResponse>, IEquatable<ReplaceAccessLevelsResponse>, IDeepCloneable<ReplaceAccessLevelsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Identity Access Context Manager v1 API class ReplaceAccessLevelsResponse.
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."],[[["The latest version available for the `ReplaceAccessLevelsResponse` class is 2.5.0, and the documentation covers versions ranging from 1.2.0 to 2.5.0."],["`ReplaceAccessLevelsResponse` is a class in the `Google.Identity.AccessContextManager.V1` namespace, designed as a response to `ReplaceAccessLevelsRequest`."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ReplaceAccessLevelsResponse` class includes a property `AccessLevels`, which is a list of `AccessLevel` instances."],["This class inherits members from `Object`, including `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, and it provides two constructors: a default constructor and one that accepts another `ReplaceAccessLevelsResponse` instance as a parameter."]]],[]]