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."],[[["The webpage 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 API for the `GetLicenseCodeRequest` is 3.6.0, with a history of versions ranging down to 1.0.0 available for use."],["`GetLicenseCodeRequest` inherits from the `Object` class and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting features like deep cloning and message handling."],["The class includes two constructors, a default constructor, and one that takes another `GetLicenseCodeRequest` object as a parameter for copying, as well as the properties of `LicenseCode` and `Project` which are both strings."],["`GetLicenseCodeRequest` is a request message that requires both a `LicenseCode` and `Project` to be specified, both properties being strings."]]],[]]