public sealed class GetLicenseRequest : IMessage<GetLicenseRequest>, IEquatable<GetLicenseRequest>, IDeepCloneable<GetLicenseRequest>, IBufferMessage, IMessage
A request message for Licenses.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 document outlines the `GetLicenseRequest` class, which is used to request information about a specific license in the Google Cloud Compute API, version 1."],["The latest version of the `GetLicenseRequest` is 3.6.0, and documentation is available for many older versions, with the earliest being version 1.0.0."],["The `GetLicenseRequest` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, `GetLicenseRequest()`, which is the default, and `GetLicenseRequest(GetLicenseRequest other)`, allowing the creation of an instance with the same content as the provided one."],["The class contains the properties `License` and `Project`, both strings, which serve to specify which license to return and which Project ID the request applies to."]]],[]]