Cloud Channel v1 API - Class ListSubscribersRequest (2.8.0)

public sealed class ListSubscribersRequest : IPageRequest, IMessage<ListSubscribersRequest>, IEquatable<ListSubscribersRequest>, IDeepCloneable<ListSubscribersRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Channel v1 API class ListSubscribersRequest.

Request Message for ListSubscribers.

Inheritance

object > ListSubscribersRequest

Namespace

Google.Cloud.Channel.V1

Assembly

Google.Cloud.Channel.V1.dll

Constructors

ListSubscribersRequest()

public ListSubscribersRequest()

ListSubscribersRequest(ListSubscribersRequest)

public ListSubscribersRequest(ListSubscribersRequest other)
Parameter
NameDescription
otherListSubscribersRequest

Properties

Account

public string Account { get; set; }

Required. Resource name of the account.

Property Value
TypeDescription
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, returns at most 100 service accounts. The maximum value is 1000; the server will coerce values above 1000.

Property Value
TypeDescription
int

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
TypeDescription
string