UsersDataSourcesDataPointChanges
class UsersDataSourcesDataPointChanges extends Resource (View source)
The "dataPointChanges" collection of methods.
Typical usage is:
$fitnessService = new Google\Service\Fitness(...);
$dataPointChanges = $fitnessService->users_dataSources_dataPointChanges;
Methods
listUsersDataSourcesDataPointChanges(string $userId, string $dataSourceId, array $optParams = [])
Queries for user's data point changes for a particular data source.
Details
ListDataPointChangesResponse
listUsersDataSourcesDataPointChanges(string $userId, string $dataSourceId, array $optParams = [])
Queries for user's data point changes for a particular data source.
(dataPointChanges.listUsersDataSourcesDataPointChanges)