Class ProductWeight
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class ProductWeight : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Unit
Required. The weight unit. Acceptable values are: - "g" - "kg" - "oz" - "lb"
Declaration
[JsonProperty("unit")]
public virtual string Unit { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Value
Required. The weight represented as a number. The weight can have a maximum precision of four decimal places.
Declaration
[JsonProperty("value")]
public virtual double? Value { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |