Skip to content

Commit 9939465

Browse files
1 parent ffab1d8 commit 9939465

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

src/GoogleHealthAPI/HeartRateVariability.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ class HeartRateVariability extends \Google\Model
2121
{
2222
/**
2323
* Optional. The root mean square of successive differences between normal
24-
* heartbeats. This is a measure of heart rate variability used by Fitbit.
24+
* heartbeats. This is a measure of heart rate variability used by Google
25+
* Health.
2526
*
2627
* @var
2728
*/

src/GoogleHealthAPI/VolumeQuantity.php

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@ class VolumeQuantity extends \Google\Model
6262
*/
6363
public $milliliters;
6464
/**
65-
* Optional. Value representing the user provided unit.
65+
* Optional. Value representing the user provided unit, used only for user-
66+
* facing input and display purposes. In the API format, all volume quantities
67+
* are converted to milliliters.
6668
*
6769
* @var string
6870
*/
@@ -77,7 +79,9 @@ public function getMilliliters()
7779
return $this->milliliters;
7880
}
7981
/**
80-
* Optional. Value representing the user provided unit.
82+
* Optional. Value representing the user provided unit, used only for user-
83+
* facing input and display purposes. In the API format, all volume quantities
84+
* are converted to milliliters.
8185
*
8286
* Accepted values: VOLUME_UNIT_UNSPECIFIED, CUP_IMPERIAL, CUP_US,
8387
* FLUID_OUNCE_IMPERIAL, FLUID_OUNCE_US, LITER, MILLILITER, PINT_IMPERIAL,

0 commit comments

Comments
 (0)