Class ListSubscribersRequest
Request message for ListSubscribers.
Implements
Namespace: Google.DevicesAndServices.Health.V4
Assembly: Google.DevicesAndServices.Health.V4.dll
Syntax
public sealed class ListSubscribersRequest : IMessage<ListSubscribersRequest>, IEquatable<ListSubscribersRequest>, IDeepCloneable<ListSubscribersRequest>, IBufferMessage, IMessage, IPageRequest
Constructors
ListSubscribersRequest()
Declaration
public ListSubscribersRequest()
ListSubscribersRequest(ListSubscribersRequest)
Declaration
public ListSubscribersRequest(ListSubscribersRequest other)
Parameters
| Type | Name | Description |
|---|---|---|
| ListSubscribersRequest | other |
Properties
PageSize
Optional. The maximum number of subscribers to return. The service may return fewer than this value. If unspecified, at most 50 subscribers will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
Declaration
public int PageSize { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Implements
PageToken
Optional. A page token, received from a previous ListSubscribers call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListSubscribers 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 subscribers. Format: projects/{project}
Declaration
public string Parent { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ParentAsProjectName
ProjectName-typed view over the Parent resource name property.
Declaration
public ProjectName ParentAsProjectName { get; set; }
Property Value
| Type | Description |
|---|---|
| ProjectName |