calculationMethod property

String? calculationMethod
getter/setter pair

The method used to calculate the resting heart rate.

Required. Possible string values are:

  • "CALCULATION_METHOD_UNSPECIFIED" : The calculation method is unspecified.
  • "WITH_SLEEP" : The resting heart rate is calculated using the sleep data.
  • "ONLY_WITH_AWAKE_DATA" : The resting heart rate is calculated using only awake data.

Implementation

core.String? calculationMethod;