Class ProductDetail
The product details.
Implements
Inherited Members
Namespace: Google.Apis.Merchant.products_v1beta.Data
Assembly: Google.Apis.Merchant.products_v1beta.dll
Syntax
public class ProductDetail : IDirectResponseSchema
Properties
AttributeName
The name of the product detail.
Declaration
[JsonProperty("attributeName")]
public virtual string AttributeName { get; set; }
Property Value
Type | Description |
---|---|
string |
AttributeValue
The value of the product detail.
Declaration
[JsonProperty("attributeValue")]
public virtual string AttributeValue { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SectionName
The section header used to group a set of product details.
Declaration
[JsonProperty("sectionName")]
public virtual string SectionName { get; set; }
Property Value
Type | Description |
---|---|
string |