Class DistanceRollupValue
Result of the rollup of the user's distance.
Implements
Namespace: Google.DevicesAndServices.Health.V4
Assembly: Google.DevicesAndServices.Health.V4.dll
Syntax
public sealed class DistanceRollupValue : IMessage<DistanceRollupValue>, IEquatable<DistanceRollupValue>, IDeepCloneable<DistanceRollupValue>, IBufferMessage, IMessage
Constructors
DistanceRollupValue()
Declaration
public DistanceRollupValue()
DistanceRollupValue(DistanceRollupValue)
Declaration
public DistanceRollupValue(DistanceRollupValue other)
Parameters
| Type | Name | Description |
|---|---|---|
| DistanceRollupValue | other |
Properties
HasMillimetersSum
Gets whether the "millimeters_sum" field is set
Declaration
public bool HasMillimetersSum { get; }
Property Value
| Type | Description |
|---|---|
| bool |
MillimetersSum
Sum of the distance in millimeters.
Declaration
public long MillimetersSum { get; set; }
Property Value
| Type | Description |
|---|---|
| long |