Show / Hide Table of Contents

Class ProductDetail

A product detail of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#productdetail.

Inheritance
object
ProductDetail
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX