Show / Hide Table of Contents

Class ListPairedDevicesRequest

Request message for listing Devices.

Inheritance
object
ListPairedDevicesRequest
Implements
IMessage<ListPairedDevicesRequest>
IEquatable<ListPairedDevicesRequest>
IDeepCloneable<ListPairedDevicesRequest>
IBufferMessage
IMessage
IPageRequest
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.DevicesAndServices.Health.V4
Assembly: Google.DevicesAndServices.Health.V4.dll
Syntax
public sealed class ListPairedDevicesRequest : IMessage<ListPairedDevicesRequest>, IEquatable<ListPairedDevicesRequest>, IDeepCloneable<ListPairedDevicesRequest>, IBufferMessage, IMessage, IPageRequest

Constructors

ListPairedDevicesRequest()

Declaration
public ListPairedDevicesRequest()

ListPairedDevicesRequest(ListPairedDevicesRequest)

Declaration
public ListPairedDevicesRequest(ListPairedDevicesRequest other)
Parameters
Type Name Description
ListPairedDevicesRequest other

Properties

PageSize

Optional. The maximum number of devices to return. The service may return fewer than this value. If unspecified, at most 5 devices will be returned. The maximum value is 100. values above 100 will be coerced to 100.

Declaration
public int PageSize { get; set; }
Property Value
Type Description
int
Implements
IPageRequest.PageSize

PageToken

Optional. A page token, received from a previous ListPairedDevices call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListPairedDevices must match the call that provided the page token.

Declaration
public string PageToken { get; set; }
Property Value
Type Description
string
Implements
IPageRequest.PageToken

Parent

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

Declaration
public string Parent { get; set; }
Property Value
Type Description
string

ParentAsUserName

UserName-typed view over the Parent resource name property.

Declaration
public UserName ParentAsUserName { get; set; }
Property Value
Type Description
UserName
In this article
Back to top Generated by DocFX