Show / Hide Table of Contents

Class Height

Body height measurement.

Inheritance
object
Height
Implements
IMessage<Height>
IEquatable<Height>
IDeepCloneable<Height>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
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
In this article
Back to top Generated by DocFX