public sealed class TestIamPermissionsReservationRequest : IMessage<TestIamPermissionsReservationRequest>, IEquatable<TestIamPermissionsReservationRequest>, IDeepCloneable<TestIamPermissionsReservationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class TestIamPermissionsReservationRequest.
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-24 UTC."],[[["This webpage provides reference documentation for the `TestIamPermissionsReservationRequest` class within the Compute Engine v1 API for .NET, specifically version 2.7.0."],["The `TestIamPermissionsReservationRequest` class is used to construct request messages for the `Reservations.TestIamPermissions` method, to test the permissions for the given reservation."],["The class is a part of the `Google.Cloud.Compute.V1` namespace and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `object` class."],["Key properties of the `TestIamPermissionsReservationRequest` class include `Project`, `Resource`, `TestPermissionsRequestResource`, and `Zone`, which are used to define the scope and content of the permissions test request."],["The page also links to various previous versions of the documentation for the class, with the latest being 3.6.0 and it provides a full breakdown of the class members and it's implementation."]]],[]]