Class FloatUnit
Combination of float amount and unit.
Implements
Inherited Members
Namespace: Google.Apis.ManufacturerCenter.v1.Data
Assembly: Google.Apis.ManufacturerCenter.v1.dll
Syntax
public class FloatUnit : IDirectResponseSchema
Properties
Amount
amount.
Declaration
[JsonProperty("amount")]
public virtual double? Amount { get; set; }
Property Value
Type | Description |
---|---|
double? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Unit
unit.
Declaration
[JsonProperty("unit")]
public virtual string Unit { get; set; }
Property Value
Type | Description |
---|---|
string |