Class ProductWeight
The weight of the product.
Implements
Namespace: Google.Shopping.Merchant.Products.V1Beta
Assembly: Google.Shopping.Merchant.Products.V1Beta.dll
Syntax
public sealed class ProductWeight : IMessage<ProductWeight>, IEquatable<ProductWeight>, IDeepCloneable<ProductWeight>, IBufferMessage, IMessage
Constructors
ProductWeight()
Declaration
public ProductWeight()
ProductWeight(ProductWeight)
Declaration
public ProductWeight(ProductWeight other)
Parameters
Type | Name | Description |
---|---|---|
ProductWeight | other |
Properties
Unit
Required. The weight unit. Acceptable values are:
- "
g
" - "
kg
" - "
oz
" - "
lb
"
Declaration
public 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
public double Value { get; set; }
Property Value
Type | Description |
---|---|
double |