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-03-21 UTC."],[[["The `TestPermissionsRequest` class is available in multiple versions, ranging from 1.0.0 to the latest 3.6.0, each with its own documentation link."],["This class is used for checking permissions, specifically designed to test if certain permissions are granted for a given resource."],["It inherits from the base `Object` class and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `TestPermissionsRequest` class has a `Permissions` property, which is a `RepeatedField` of strings representing the specific permissions to be checked, without the use of wildcards."],["The latest documentation is in the `3.6.0` version, all previous versions can be found on the page as well."]]],[]]