public sealed class GetLicenseCodeRequest : IMessage<GetLicenseCodeRequest>, IEquatable<GetLicenseCodeRequest>, IDeepCloneable<GetLicenseCodeRequest>, IBufferMessage, IMessage
A request message for LicenseCodes.Get. See the method description for details.
Implements
IMessage<GetLicenseCodeRequest>, IEquatable<GetLicenseCodeRequest>, IDeepCloneable<GetLicenseCodeRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
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 |