Class GetProductRequest
Request message for the GetProduct method.
Implements
Namespace: Google.Shopping.Merchant.Products.V1Beta
Assembly: Google.Shopping.Merchant.Products.V1Beta.dll
Syntax
public sealed class GetProductRequest : IMessage<GetProductRequest>, IEquatable<GetProductRequest>, IDeepCloneable<GetProductRequest>, IBufferMessage, IMessage
Constructors
GetProductRequest()
Declaration
public GetProductRequest()
GetProductRequest(GetProductRequest)
Declaration
public GetProductRequest(GetProductRequest other)
Parameters
Type | Name | Description |
---|---|---|
GetProductRequest | other |
Properties
Name
Required. The name of the product to retrieve.
Format: accounts/{account}/products/{product}
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
ProductName
ProductName-typed view over the Name resource name property.
Declaration
public ProductName ProductName { get; set; }
Property Value
Type | Description |
---|---|
ProductName |