public sealed class TestIamPermissionsInstanceTemplateRequest : IMessage<TestIamPermissionsInstanceTemplateRequest>, IEquatable<TestIamPermissionsInstanceTemplateRequest>, IDeepCloneable<TestIamPermissionsInstanceTemplateRequest>, IBufferMessage, IMessage
A request message for InstanceTemplates.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."],[[["The webpage documents the `TestIamPermissionsInstanceTemplateRequest` class within the `Google.Cloud.Compute.V1` namespace, serving as a request message for testing permissions on instance templates."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object manipulation."],["The `TestIamPermissionsInstanceTemplateRequest` class offers two constructors, a default constructor and one that takes another `TestIamPermissionsInstanceTemplateRequest` instance for copying."],["Key properties of the class include `Project` (the project ID), `Resource` (the resource name or ID), and `TestPermissionsRequestResource` (the request body), enabling detailed permission testing."],["The page also includes links to various previous versions of the `TestIamPermissionsInstanceTemplateRequest`, dating back to version 1.0.0 and going up to 3.6.0 which is the latest version."]]],[]]