Class UsersResource.DataSourcesResource.DataPointChangesResource
The "dataPointChanges" collection of methods.
Inherited Members
Namespace: Google.Apis.Fitness.v1
Assembly: Google.Apis.Fitness.v1.dll
Syntax
public class UsersResource.DataSourcesResource.DataPointChangesResource
Constructors
DataPointChangesResource(IClientService)
Constructs a new resource.
Declaration
public DataPointChangesResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
List(string, string)
Queries for user's data point changes for a particular data source.
Declaration
public virtual UsersResource.DataSourcesResource.DataPointChangesResource.ListRequest List(string userId, string dataSourceId)
Parameters
Type | Name | Description |
---|---|---|
string | userId | List data points for the person identified. Use me to indicate the authenticated user. Only me is supported at this time. |
string | dataSourceId | The data stream ID of the data source that created the dataset. |
Returns
Type | Description |
---|---|
UsersResource.DataSourcesResource.DataPointChangesResource.ListRequest |