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, specifically for .NET development."],["The latest version of `GetLicenseCodeRequest` is 3.6.0, with a comprehensive list of versions provided, ranging from 1.0.0 up to the current latest release."],["The `GetLicenseCodeRequest` class is a request message for the `LicenseCodes.Get` method and inherits from `Object`, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes the properties `LicenseCode` and `Project`, both of which are string types, and represent the license code resource and project ID, respectively."],["This page also lists the public constructors for the `GetLicenseCodeRequest` class, including the default constructor and one that accepts another instance of `GetLicenseCodeRequest`."]]],[]]