Class ProductId
The Content API ID of the product.
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class ProductId : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ProductIdValue
The Content API ID of the product, in the form channel:contentLanguage:targetCountry:offerId
.
Declaration
[JsonProperty("productId")]
public virtual string ProductIdValue { get; set; }
Property Value
Type | Description |
---|---|
string |