Class GetLicenseCodeRequest (1.3.0)

public sealed class GetLicenseCodeRequest : IMessage<GetLicenseCodeRequest>, IEquatable<GetLicenseCodeRequest>, IDeepCloneable<GetLicenseCodeRequest>, IBufferMessage, IMessage

A request message for LicenseCodes.Get. See the method description for details.

Inheritance

Object > GetLicenseCodeRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetLicenseCodeRequest()

public GetLicenseCodeRequest()

GetLicenseCodeRequest(GetLicenseCodeRequest)

public GetLicenseCodeRequest(GetLicenseCodeRequest other)
Parameter
NameDescription
otherGetLicenseCodeRequest

Properties

LicenseCode

public string LicenseCode { get; set; }

Number corresponding to the License code resource to return.

Property Value
TypeDescription
String

Project

public string Project { get; set; }

Project ID for this request.

Property Value
TypeDescription
String