Class RelatedProduct
Specifies how other products are related to this product.
Implements
Inherited Members
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 |