Class DistanceRollupValue
Result of the rollup of the user's distance.
Implements
Inherited Members
Namespace: Google.Apis.GoogleHealthAPI.v4.Data
Assembly: Google.Apis.GoogleHealthAPI.v4.dll
Syntax
public class DistanceRollupValue : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MillimetersSum
Sum of the distance in millimeters.
Declaration
[JsonProperty("millimetersSum")]
public virtual long? MillimetersSum { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |