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-03-21 UTC."],[[["The latest version available is 2.5.0, with previous versions ranging down to 1.2.0, all found in the Google.Identity.AccessContextManager.V1 namespace."],["`ReplaceAccessLevelsResponse` is a class that serves as a response to a `ReplaceAccessLevelsRequest`, designed to be included within the `Operation.response` field."],["This class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains a property called `AccessLevels`, which holds a list of `AccessLevel` instances, represented as a `RepeatedField`."],["The Assembly that houses this class is: Google.Identity.AccessContextManager.V1.dll."]]],[]]