Class ProductDetail
The product details.
Implements
Namespace: Google.Shopping.Merchant.Products.V1Beta
Assembly: Google.Shopping.Merchant.Products.V1Beta.dll
Syntax
public sealed class ProductDetail : IMessage<ProductDetail>, IEquatable<ProductDetail>, IDeepCloneable<ProductDetail>, IBufferMessage, IMessage
Constructors
ProductDetail()
Declaration
public ProductDetail()
ProductDetail(ProductDetail)
Declaration
public ProductDetail(ProductDetail other)
Parameters
Type | Name | Description |
---|---|---|
ProductDetail | other |
Properties
AttributeName
The name of the product detail.
Declaration
public string AttributeName { get; set; }
Property Value
Type | Description |
---|---|
string |
AttributeValue
The value of the product detail.
Declaration
public string AttributeValue { get; set; }
Property Value
Type | Description |
---|---|
string |
SectionName
The section header used to group a set of product details.
Declaration
public string SectionName { get; set; }
Property Value
Type | Description |
---|---|
string |