public sealed class TestPermissionsResponse : IMessage<TestPermissionsResponse>, IEquatable<TestPermissionsResponse>, IDeepCloneable<TestPermissionsResponse>, 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-04-09 UTC."],[[["The latest version of the `Google.Cloud.Compute.V1.TestPermissionsResponse` is 3.6.0, and version 3.5.0 is the version being documented here, with many other older versions available as well."],["`TestPermissionsResponse` is a sealed class that inherits from `object` and implements `IMessage`, `IEquatable\u003cTestPermissionsResponse\u003e`, `IDeepCloneable\u003cTestPermissionsResponse\u003e`, and `IBufferMessage`."],["The `TestPermissionsResponse` class includes a constructor `TestPermissionsResponse()` and another constructor `TestPermissionsResponse(TestPermissionsResponse other)` for creating instances and copying from another `TestPermissionsResponse` instance."],["It has a property called `Permissions`, which is of type `RepeatedField\u003cstring\u003e` that represents a subset of permissions the caller is allowed, corresponding to the `TestPermissionsRequest.permissions`."],["There is also access to the object class methods `GetHashCode`, `GetType`, and `ToString`."]]],[]]