public sealed class TestIamPermissionsLicenseCodeRequest : IMessage<TestIamPermissionsLicenseCodeRequest>, IEquatable<TestIamPermissionsLicenseCodeRequest>, IDeepCloneable<TestIamPermissionsLicenseCodeRequest>, IBufferMessage, IMessage
A request message for LicenseCodes.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 `TestIamPermissionsLicenseCodeRequest` class is a request message for testing permissions on license codes, used in the `Google.Cloud.Compute.V1` namespace."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities such as deep cloning and buffer message handling."],["It is derived from the base `Object` class and has constructors for creating new instances and cloning existing ones, and it includes properties to set the project ID, resource name or ID, and the body of the request."],["The class is available across multiple versions, ranging from version 1.0.0 to 3.6.0, with version 3.6.0 being the latest."],["This class is contained within the assembly `Google.Cloud.Compute.V1.dll` and is used to carry out permission tests for a requested resource."]]],[]]