public sealed class TestIamPermissionsReservationRequest : IMessage<TestIamPermissionsReservationRequest>, IEquatable<TestIamPermissionsReservationRequest>, IDeepCloneable<TestIamPermissionsReservationRequest>, IBufferMessage, IMessage
A request message for Reservations.TestIamPermissions. See the method description for details.
[[["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 `TestIamPermissionsReservationRequest` class is used for requesting permission tests on reservations, specifically within the Google Cloud Compute V1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for various functionalities like message handling, equality checks, and cloning."],["The class has several properties such as `Project`, `Resource`, `TestPermissionsRequestResource`, and `Zone` that are used to specify the project, resource, permission request, and zone for the test operation."],["The latest version of the class provided is 3.6.0, while the oldest is version 1.0.0, and it has many iterations between the two."],["The `TestIamPermissionsReservationRequest` has two constructors: a default parameterless constructor and one that takes in another `TestIamPermissionsReservationRequest` object."]]],[]]