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.
Implements
IMessageGetLicenseCodeRequest, IEquatableGetLicenseCodeRequest, IDeepCloneableGetLicenseCodeRequest, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.ComputeV1Assembly
Google.Cloud.Compute.V1.dll
Constructors
GetLicenseCodeRequest()
public GetLicenseCodeRequest()
GetLicenseCodeRequest(GetLicenseCodeRequest)
public GetLicenseCodeRequest(GetLicenseCodeRequest other)
Parameter | |
---|---|
Name | Description |
other | GetLicenseCodeRequest |
Properties
LicenseCode
public string LicenseCode { get; set; }
Number corresponding to the License code resource to return.
Property Value | |
---|---|
Type | Description |
string |
Project
public string Project { get; set; }
Project ID for this request.
Property Value | |
---|---|
Type | Description |
string |