Class ListSubscribersRequest (1.0.0)
Stay organized with collections
Save and categorize content based on your preferences.
public sealed class ListSubscribersRequest : IPageRequest, IMessage<ListSubscribersRequest>, IEquatable<ListSubscribersRequest>, IDeepCloneable<ListSubscribersRequest>, IBufferMessage, IMessageRequest Message for ListSubscribers.
Implements
IPageRequest, Google.Protobuf.IMessage<ListSubscribersRequest>, IEquatable<ListSubscribersRequest>, Google.Protobuf.IDeepCloneable<ListSubscribersRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.Channel.V1Assembly
Google.Cloud.Channel.V1.dll
Constructors
ListSubscribersRequest()
public ListSubscribersRequest()ListSubscribersRequest(ListSubscribersRequest)
public ListSubscribersRequest(ListSubscribersRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListSubscribersRequest |
Properties
Account
public string Account { get; set; }Required. Resource name of the account.
| Property Value | |
|---|---|
| Type | Description |
String |
|
PageSize
public int PageSize { get; set; }Optional. The maximum number of service accounts to return. The service may return fewer than this value. If unspecified, at most 100 service accounts will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
| Property Value | |
|---|---|
| Type | Description |
Int32 |
|
PageToken
public string PageToken { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
String |
|