public sealed class TestIamPermissionsResponse : IMessage<TestIamPermissionsResponse>, IEquatable<TestIamPermissionsResponse>, IDeepCloneable<TestIamPermissionsResponse>, 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-03-21 UTC."],[[["This webpage details the `TestIamPermissionsResponse` class within the `Google.Cloud.Iam.V1` namespace, serving as the response message for the `TestIamPermissions` method."],["The latest version available is 3.4.0, with several previous versions listed, dating back to version 2.2.0, all of which are documented."],["`TestIamPermissionsResponse` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The class includes a `Permissions` property, a `RepeatedField` of strings, indicating the permissions the caller is allowed based on the `TestPermissionsRequest.permissions`."],["The `TestIamPermissionsResponse` class has 2 constructors available, one default and one that accepts another `TestIamPermissionsResponse` object as a parameter."]]],[]]