public sealed class TestIamPermissionsLicenseRequest : IMessage<TestIamPermissionsLicenseRequest>, IEquatable<TestIamPermissionsLicenseRequest>, IDeepCloneable<TestIamPermissionsLicenseRequest>, IBufferMessage, IMessage
A request message for Licenses.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 details the `TestIamPermissionsLicenseRequest` class within the `Google.Cloud.Compute.V1` namespace, used for testing permissions on licenses in Google Cloud Compute."],["The class is implemented as a `sealed` class, implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available for this class is 3.6.0, while a total of 29 different versions are accessible, ranging from version 1.0.0 to 3.6.0."],["`TestIamPermissionsLicenseRequest` includes properties such as `Project`, `Resource`, and `TestPermissionsRequestResource` for managing the request parameters."],["The class contains two constructors, `TestIamPermissionsLicenseRequest()`, and `TestIamPermissionsLicenseRequest(TestIamPermissionsLicenseRequest other)` for instantiating the class, with the second taking an existing `TestIamPermissionsLicenseRequest` as an argument."]]],[]]