Compute Engine v1 API - Class GetLicenseCodeRequest (2.15.0)

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.

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