public sealed class GetProductRequest : IMessage<GetProductRequest>, IEquatable<GetProductRequest>, IDeepCloneable<GetProductRequest>, IBufferMessage, IMessageReference documentation and code samples for the License Manager v1 API class GetProductRequest.
Message for getting a Product
Implements
IMessageGetProductRequest, IEquatableGetProductRequest, IDeepCloneableGetProductRequest, IBufferMessage, IMessageNamespace
Google.Cloud.LicenseManager.V1Assembly
Google.Cloud.LicenseManager.V1.dll
Constructors
GetProductRequest()
public GetProductRequest()GetProductRequest(GetProductRequest)
public GetProductRequest(GetProductRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetProductRequest |
Properties
Name
public string Name { get; set; }Required. Name of the resource
| Property Value | |
|---|---|
| Type | Description |
string |
|
ProductName
public ProductName ProductName { get; set; }ProductName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
ProductName |
|