public sealed class GetLicenseRequest : IMessage<GetLicenseRequest>, IEquatable<GetLicenseRequest>, IDeepCloneable<GetLicenseRequest>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class GetLicenseRequest.
A request message for Licenses.Get. See the method description for details.
Implements
IMessageGetLicenseRequest, IEquatableGetLicenseRequest, IDeepCloneableGetLicenseRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
GetLicenseRequest()
public GetLicenseRequest()GetLicenseRequest(GetLicenseRequest)
public GetLicenseRequest(GetLicenseRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetLicenseRequest |
Properties
License
public string License { get; set; }Name of the License resource to return.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Project
public string Project { get; set; }Project ID for this request.
| Property Value | |
|---|---|
| Type | Description |
string |
|