public sealed class TestIamPermissionsVpnGatewayRequest : IMessage<TestIamPermissionsVpnGatewayRequest>, IEquatable<TestIamPermissionsVpnGatewayRequest>, IDeepCloneable<TestIamPermissionsVpnGatewayRequest>, IBufferMessage, IMessage
A request message for VpnGateways.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 `TestIamPermissionsVpnGatewayRequest` class is used to make requests for testing permissions on VPN gateways within the Google Cloud Compute V1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The class has a total of two constructors: a default constructor and another that takes a `TestIamPermissionsVpnGatewayRequest` object as a parameter to copy its values."],["It includes four properties for configuring the request, which are `Project`, `Region`, `Resource`, and `TestPermissionsRequestResource`, each of which are strings, except the last property, which is of type `TestPermissionsRequest`."],["The latest documented version for this class in the provided list is 3.6.0, while the oldest documented version is 1.0.0."]]],[]]