Compute Engine v1 API - Class GetLicenseRequest (2.15.0)

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

Reference documentation and code samples for the Compute Engine v1 API class GetLicenseRequest.

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