Class OrderLineItemProductVariantAttribute
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class OrderLineItemProductVariantAttribute : IDirectResponseSchema
Properties
Dimension
The dimension of the variant.
Declaration
[JsonProperty("dimension")]
public virtual string Dimension { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Value
The value for the dimension.
Declaration
[JsonProperty("value")]
public virtual string Value { get; set; }
Property Value
Type | Description |
---|---|
string |