Class CollectionFeaturedProduct
The message for FeaturedProduct. FeaturedProduct
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class CollectionFeaturedProduct : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
OfferId
The unique identifier for the product item.
Declaration
[JsonProperty("offerId")]
public virtual string OfferId { get; set; }
Property Value
Type | Description |
---|---|
string |
X
Required. X-coordinate of the product callout on the Shoppable Image.
Declaration
[JsonProperty("x")]
public virtual float? X { get; set; }
Property Value
Type | Description |
---|---|
float? |
Y
Required. Y-coordinate of the product callout on the Shoppable Image.
Declaration
[JsonProperty("y")]
public virtual float? Y { get; set; }
Property Value
Type | Description |
---|---|
float? |