public sealed class GetLicenseCodeRequest : IMessage<GetLicenseCodeRequest>, IEquatable<GetLicenseCodeRequest>, IDeepCloneable<GetLicenseCodeRequest>, IBufferMessage, IMessage
A request message for LicenseCodes.Get. 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."],[[["This webpage details the `GetLicenseCodeRequest` class within the `Google.Cloud.Compute.V1` namespace, used for retrieving license code information in Google Cloud."],["The latest version available for the `GetLicenseCodeRequest` is 3.6.0, with historical versions ranging down to 1.0.0 also being accessible."],["The `GetLicenseCodeRequest` class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `GetLicenseCodeRequest` class has two constructors and two key properties: `LicenseCode` (a string representing the license code number) and `Project` (a string representing the project ID)."],["The webpage provides documentation for the request message used for the `LicenseCodes.Get` method, alongside its available properties and inherited members."]]],[]]