Skip to content

Commit f3189b1

Browse files
committed
Updated Fitness.php
This change has been generated by a script that has detected changes in the discovery doc of the API. Check http://developers.google.com/discovery for more info.
1 parent c4187c9 commit f3189b1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/Google/Service/Fitness.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1202,7 +1202,7 @@ class Google_Service_Fitness_Value extends Google_Collection
12021202
);
12031203
public $floatListVal;
12041204
public $fpVal;
1205-
public $int64ListVal;
1205+
public $intListVal;
12061206
public $intVal;
12071207
protected $mapValType = 'Google_Service_Fitness_ValueMapValEntry';
12081208
protected $mapValDataType = 'array';
@@ -1225,13 +1225,13 @@ public function getFpVal()
12251225
{
12261226
return $this->fpVal;
12271227
}
1228-
public function setInt64ListVal($int64ListVal)
1228+
public function setIntListVal($intListVal)
12291229
{
1230-
$this->int64ListVal = $int64ListVal;
1230+
$this->intListVal = $intListVal;
12311231
}
1232-
public function getInt64ListVal()
1232+
public function getIntListVal()
12331233
{
1234-
return $this->int64ListVal;
1234+
return $this->intListVal;
12351235
}
12361236
public function setIntVal($intVal)
12371237
{

0 commit comments

Comments
 (0)