Class Height
Body height measurement.
Namespace: Google.DevicesAndServices.Health.V4
Assembly: Google.DevicesAndServices.Health.V4.dll
Syntax
public sealed class Height : IMessage<Height>, IEquatable<Height>, IDeepCloneable<Height>, IBufferMessage, IMessage
Constructors
Height()
Declaration
public Height()
Height(Height)
Declaration
public Height(Height other)
Parameters
| Type | Name | Description |
|---|---|---|
| Height | other |
Properties
HeightMillimeters
Required. Height of the user in millimeters.
Declaration
public long HeightMillimeters { get; set; }
Property Value
| Type | Description |
|---|---|
| long |
SampleTime
Required. The time at which the height was recorded.
Declaration
public ObservationSampleTime SampleTime { get; set; }
Property Value
| Type | Description |
|---|---|
| ObservationSampleTime |