public sealed class TestPermissionsRequest : IMessage<TestPermissionsRequest>, IEquatable<TestPermissionsRequest>, IDeepCloneable<TestPermissionsRequest>, 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 `TestPermissionsRequest` class is available in multiple versions, ranging from 1.0.0 to the latest 3.6.0, with links provided for each version's documentation."],["`TestPermissionsRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its functionality related to message handling and object manipulation."],["The class inherits from the base `object` class and overides certain base members."],["The class includes two constructors: a default constructor and one that takes another `TestPermissionsRequest` object as a parameter for copying."],["It contains a `Permissions` property of type `RepeatedField\u003cstring\u003e`, which is used to specify the permissions to be checked for a given resource, without allowing wildcards."]]],[]]