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-04-09 UTC."],[[["This page details the `GetLicenseCodeRequest` class within the `Google.Cloud.Compute.V1` namespace, used for retrieving license code information in Google Cloud Compute."],["The latest version of the `GetLicenseCodeRequest` is 3.6.0, with versions ranging from 1.0.0 up to the most recent, all of which are documented on the page."],["The `GetLicenseCodeRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two constructors, one default constructor and one which takes another `GetLicenseCodeRequest` as a parameter."],["The key properties associated with the `GetLicenseCodeRequest` class are `LicenseCode` which corresponds to the license code resource, and `Project` which correlates to the Project ID."]]],[]]