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 page details the `GetLicenseCodeRequest` class within the `Google.Cloud.Compute.V1` namespace, used for retrieving license code information in Google Cloud."],["The latest version of the `GetLicenseCodeRequest` class is 3.6.0, with historical versions ranging from 1.0.0 to 3.5.0, providing access to documentation for each release."],["The `GetLicenseCodeRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["It includes two constructors: a default constructor and a copy constructor, allowing for the creation of new instances or the cloning of existing ones."],["The class has properties for `LicenseCode` and `Project`, both of which are strings, and are used to specify the license code resource to be retrieved and the project ID to which the request belongs, respectively."]]],[]]