public sealed class GetLicenseCodeRequest : IMessage<GetLicenseCodeRequest>, IEquatable<GetLicenseCodeRequest>, IDeepCloneable<GetLicenseCodeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetLicenseCodeRequest.
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 `GetLicenseCodeRequest` class is a request message for the `LicenseCodes.Get` method in the Compute Engine v1 API."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetLicenseCodeRequest` class has two constructors: a default constructor and a constructor that accepts another `GetLicenseCodeRequest` object as a parameter."],["The class contains properties for `LicenseCode` and `Project`, which are both of type string, representing the License code resource and the Project ID, respectively."],["The latest version documented is 3.6.0, while the page represents information on version 2.11.0, with many other versions in between."]]],[]]