Show / Hide Table of Contents

Class UsersResource.PairedDevicesResource

The "pairedDevices" collection of methods.

Inheritance
object
UsersResource.PairedDevicesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.GoogleHealthAPI.v4
Assembly: Google.Apis.GoogleHealthAPI.v4.dll
Syntax
public class UsersResource.PairedDevicesResource

Constructors

PairedDevicesResource(IClientService)

Constructs a new resource.

Declaration
public PairedDevicesResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Get(string)

Returns user's Device.

Declaration
public virtual UsersResource.PairedDevicesResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The name of the device to retrieve. Format: users/{user}/devices/{device}

Returns
Type Description
UsersResource.PairedDevicesResource.GetRequest

List(string)

Returns the user's list of paired 1P trackers and smartwatches.

Declaration
public virtual UsersResource.PairedDevicesResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The parent, which owns this collection of devices. Format: users/{user}

Returns
Type Description
UsersResource.PairedDevicesResource.ListRequest
In this article
Back to top Generated by DocFX