Show / Hide Table of Contents

Class UsersResource

The "users" collection of methods.

Inheritance
object
UsersResource
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

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
In this article
Back to top Generated by DocFX