Show / Hide Table of Contents

Class RelatedProduct

Specifies how other products are related to this product.

Inheritance
object
RelatedProduct
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.Merchant.products_v1.Data
Assembly: Google.Apis.Merchant.products_v1.dll
Syntax
public class RelatedProduct : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Id

Required. The identifier of the related product.

Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type Description
string

IdType

Required. The type of the identifier of the related product. For example, GTIN or product ID.

Declaration
[JsonProperty("idType")]
public virtual string IdType { get; set; }
Property Value
Type Description
string

RelationshipType

Required. The type of the relationship between this product and the related product.

Declaration
[JsonProperty("relationshipType")]
public virtual string RelationshipType { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX