Class ListPairedDevicesRequest
Request message for listing Devices.
Implements
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
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
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
Declaration
public UserName ParentAsUserName { get; set; }
Property Value
| Type | Description |
|---|---|
| UserName |