Class ProductProductDetail
Inheritance
System.Object
ProductProductDetail
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class ProductProductDetail : IDirectResponseSchema
Properties
AttributeName
The name of the product detail.
Declaration
[JsonProperty("attributeName")]
public virtual string AttributeName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
AttributeValue
The value of the product detail.
Declaration
[JsonProperty("attributeValue")]
public virtual string AttributeValue { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.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 |
---|---|
System.String |