Class RunVO2Max
VO2 max value calculated based on the user's running activity. Value stored in ml/kg/min.
Implements
Inherited Members
Namespace: Google.Apis.GoogleHealthAPI.v4.Data
Assembly: Google.Apis.GoogleHealthAPI.v4.dll
Syntax
public class RunVO2Max : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RunVo2Max
Required. Run VO2 max value in ml/kg/min.
Declaration
[JsonProperty("runVo2Max")]
public virtual double? RunVo2Max { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |
SampleTime
Required. The time at which the metric was measured.
Declaration
[JsonProperty("sampleTime")]
public virtual ObservationSampleTime SampleTime { get; set; }
Property Value
| Type | Description |
|---|---|
| ObservationSampleTime |