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, within the `Google.Cloud.Compute.V1` namespace."],["The latest version of the Google.Cloud.Compute.V1 library is 3.6.0, and the documentation covers versions from 1.0.0 through 3.6.0, providing links to each."],["This class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing its functionality within the Protobuf framework."],["The class has a constructor that takes in another TestIamPermissionsLicenseCodeRequest, and also contains three properties, Project, Resource, and TestPermissionsRequestResource, to set up the request message."],["The class is contained within the `Google.Cloud.Compute.V1.dll` assembly."]]],[]]