Class RunVO2Max
VO2 max value calculated based on the user's running activity. Value stored in ml/kg/min.
Implements
Namespace: Google.DevicesAndServices.Health.V4
Assembly: Google.DevicesAndServices.Health.V4.dll
Syntax
public sealed class RunVO2Max : IMessage<RunVO2Max>, IEquatable<RunVO2Max>, IDeepCloneable<RunVO2Max>, IBufferMessage, IMessage
Constructors
RunVO2Max()
Declaration
public RunVO2Max()
RunVO2Max(RunVO2Max)
Declaration
public RunVO2Max(RunVO2Max other)
Parameters
| Type | Name | Description |
|---|---|---|
| RunVO2Max | other |
Properties
RunVo2Max
Required. Run VO2 max value in ml/kg/min.
Declaration
public double RunVo2Max { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
SampleTime
Required. The time at which the metric was measured.
Declaration
public ObservationSampleTime SampleTime { get; set; }
Property Value
| Type | Description |
|---|---|
| ObservationSampleTime |