Show / Hide Table of Contents

Class UsersResource.DataSourcesResource.DataPointChangesResource

The "dataPointChanges" collection of methods.

Inheritance
object
UsersResource.DataSourcesResource.DataPointChangesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Generated by DocFX