Class CollectionFeaturedProduct
The message for FeaturedProduct. FeaturedProduct
Inheritance
System.Object
CollectionFeaturedProduct
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
---|---|
System.String |
OfferId
The unique identifier for the product item.
Declaration
[JsonProperty("offerId")]
public virtual string OfferId { get; set; }
Property Value
Type | Description |
---|---|
System.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 |
---|---|
System.Nullable<System.Single> |
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 |
---|---|
System.Nullable<System.Single> |