Show / Hide Table of Contents

Class RunVO2Max

VO2 max value calculated based on the user's running activity. Value stored in ml/kg/min.

Inheritance
object
RunVO2Max
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX