Google Apps Events Subscriptions V1beta Client - Class ListSubscriptionsResponse (0.4.4)

Reference documentation and code samples for the Google Apps Events Subscriptions V1beta Client class ListSubscriptionsResponse.

The response message for SubscriptionsService.ListSubscriptions.

Generated from protobuf message google.apps.events.subscriptions.v1beta.ListSubscriptionsResponse

Namespace

Google \ Apps \ Events \ Subscriptions \ V1beta

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ subscriptions array<Subscription>

List of subscriptions.

↳ next_page_token string

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

getSubscriptions

List of subscriptions.

Returns
Type Description
Google\Protobuf\RepeatedField<Subscription>

setSubscriptions

List of subscriptions.

Parameter
Name Description
var array<Subscription>
Returns
Type Description
$this

getNextPageToken

A token, which can be sent as page_token to retrieve the next page.

If this field is omitted, there are no subsequent pages.

Returns
Type Description
string

setNextPageToken

A token, which can be sent as page_token to retrieve the next page.

If this field is omitted, there are no subsequent pages.

Parameter
Name Description
var string
Returns
Type Description
$this