Class DailyVO2Max
Contains a daily summary of the user's VO2 max (cardio fitness score), which is the maximum rate of oxygen the body can use during exercise.
Implements
Inherited Members
Namespace: Google.Apis.GoogleHealthAPI.v4.Data
Assembly: Google.Apis.GoogleHealthAPI.v4.dll
Syntax
public class DailyVO2Max : IDirectResponseSchema
Properties
CardioFitnessLevel
Optional. Represents the user's cardio fitness level based on their VO2 max.
Declaration
[JsonProperty("cardioFitnessLevel")]
public virtual string CardioFitnessLevel { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Date
Required. The date for which the Daily VO2 max was measured.
Declaration
[JsonProperty("date")]
public virtual Date Date { get; set; }
Property Value
| Type | Description |
|---|---|
| Date |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Estimated
Optional. An estimated field is added to indicate when the confidence has decreased sufficiently to consider the value an estimation.
Declaration
[JsonProperty("estimated")]
public virtual bool? Estimated { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
Vo2Max
Required. Daily VO2 max value measured as in ml consumed oxygen / kg of body weight / min.
Declaration
[JsonProperty("vo2Max")]
public virtual double? Vo2Max { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |
Vo2MaxCovariance
Optional. The covariance of the VO2 max value.
Declaration
[JsonProperty("vo2MaxCovariance")]
public virtual double? Vo2MaxCovariance { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |