Reference documentation and code samples for the Google Shopping Merchant Products V1 Client class Unit.
The unit of the fuel consumption.
Protobuf type google.shopping.merchant.products.v1.ProductAttributes.FuelConsumption.Unit
Namespace
Google \ Shopping \ Merchant \ Products \ V1 \ ProductAttributes \ FuelConsumptionMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
UNIT_UNSPECIFIED
Value: 0Unspecified unit.
Generated from protobuf enum UNIT_UNSPECIFIED = 0;
LPER100KM
Value: 1Liter per 100 kilometers.
Generated from protobuf enum LPER100KM = 1;
KGPER100KM
Value: 2Kilograms per 100 kilometers.
Generated from protobuf enum KGPER100KM = 2;