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"]],[["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."],[[["The latest version of the `ReplaceAccessLevelsResponse` documentation is 2.5.0, with several previous versions available, ranging down to version 1.2.0."],["`ReplaceAccessLevelsResponse` is a class that serves as a response to the `ReplaceAccessLevelsRequest`, fitting within the `Operation.response` field."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `ReplaceAccessLevelsResponse` class includes a property called `AccessLevels`, which is of type `RepeatedField\u003cAccessLevel\u003e`, representing a list of `AccessLevel` instances."],["The available constructors for the class are `ReplaceAccessLevelsResponse()` which is the standard constructor, and `ReplaceAccessLevelsResponse(ReplaceAccessLevelsResponse other)`, which accepts another `ReplaceAccessLevelsResponse` as a parameter."]]],[]]