Class UsersResource
The "users" collection of methods.
Inherited Members
Namespace: Google.Apis.Fitness.v1
Assembly: Google.Apis.Fitness.v1.dll
Syntax
public class UsersResource
Constructors
UsersResource(IClientService)
Constructs a new resource.
Declaration
public UsersResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
DataSources
Gets the DataSources resource.
Declaration
public virtual UsersResource.DataSourcesResource DataSources { get; }
Property Value
Type | Description |
---|---|
UsersResource.DataSourcesResource |
Dataset
Gets the Dataset resource.
Declaration
public virtual UsersResource.DatasetResource Dataset { get; }
Property Value
Type | Description |
---|---|
UsersResource.DatasetResource |
Sessions
Gets the Sessions resource.
Declaration
public virtual UsersResource.SessionsResource Sessions { get; }
Property Value
Type | Description |
---|---|
UsersResource.SessionsResource |