Class ProductDetail
A product detail of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#productdetail.
Implements
Inherited Members
Namespace: Google.Apis.ManufacturerCenter.v1.Data
Assembly: Google.Apis.ManufacturerCenter.v1.dll
Syntax
public class ProductDetail : IDirectResponseSchema
Properties
AttributeName
The name of the attribute.
Declaration
[JsonProperty("attributeName")]
public virtual string AttributeName { get; set; }
Property Value
Type | Description |
---|---|
string |
AttributeValue
The value of the attribute.
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
A short section name that can be reused between multiple product details.
Declaration
[JsonProperty("sectionName")]
public virtual string SectionName { get; set; }
Property Value
Type | Description |
---|---|
string |