public sealed class TestIamPermissionsInstanceTemplateRequest : IMessage<TestIamPermissionsInstanceTemplateRequest>, IEquatable<TestIamPermissionsInstanceTemplateRequest>, IDeepCloneable<TestIamPermissionsInstanceTemplateRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class TestIamPermissionsInstanceTemplateRequest.
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-04-09 UTC."],[[["The latest version of the `TestIamPermissionsInstanceTemplateRequest` class is 3.6.0, and the current page is displaying version 3.2.0, with several prior versions available."],["The `TestIamPermissionsInstanceTemplateRequest` class is part of the Compute Engine v1 API, specifically within the `Google.Cloud.Compute.V1` namespace."],["This class, `TestIamPermissionsInstanceTemplateRequest`, is used as a request message for the `InstanceTemplates.TestIamPermissions` method, as well as implementing several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a parameterless constructor, and one that takes another `TestIamPermissionsInstanceTemplateRequest` as a parameter."],["The class contains three properties: Project, Resource, and TestPermissionsRequestResource, which have a string, string, and `TestPermissionsRequest` type respectively, which hold the data related to the request."]]],[]]