Class WeightQuantity
Represents the weight quantity.
Implements
Inherited Members
Namespace: Google.Apis.GoogleHealthAPI.v4.Data
Assembly: Google.Apis.GoogleHealthAPI.v4.dll
Syntax
public class WeightQuantity : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Grams
Required. Value representing the weight in grams.
Declaration
[JsonProperty("grams")]
public virtual double? Grams { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |
UserProvidedUnit
Optional. Value representing the user provided unit.
Declaration
[JsonProperty("userProvidedUnit")]
public virtual string UserProvidedUnit { get; set; }
Property Value
| Type | Description |
|---|---|
| string |