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, with links provided for each version's documentation."],["The latest version of this class is 3.6.0, with all the previous versions spanning back to the 1.0.0 version."],["This class, `TestPermissionsRequest`, inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` of the .Net framework."],["It can be constructed with no arguments or by using another `TestPermissionsRequest` object as an argument, as indicated in its list of constructors."],["The class includes a `Permissions` property, which is a `RepeatedField` of strings, used to specify the permissions to check for a given resource, and wildcards are not allowed in it."]]],[]]