Class GetLicenseRequest (1.1.0)

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

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

Inheritance

Object > GetLicenseRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetLicenseRequest()

public GetLicenseRequest()

GetLicenseRequest(GetLicenseRequest)

public GetLicenseRequest(GetLicenseRequest other)
Parameter
NameDescription
otherGetLicenseRequest

Properties

License

public string License { get; set; }

Name of the License resource to return.

Property Value
TypeDescription
String

Project

public string Project { get; set; }

Project ID for this request.

Property Value
TypeDescription
String