Reference documentation and code samples for the Google Apps Events Subscriptions V1 Client class ListSubscriptionsResponse.
The response message for SubscriptionsService.ListSubscriptions.
Generated from protobuf message google.apps.events.subscriptions.v1.ListSubscriptionsResponse
Namespace
Google \ Apps \ Events \ Subscriptions \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ subscriptions |
array<Google\Apps\Events\Subscriptions\V1\Subscription>
List of subscriptions. |
↳ next_page_token |
string
A token, which can be sent as |
getSubscriptions
List of subscriptions.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setSubscriptions
List of subscriptions.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Apps\Events\Subscriptions\V1\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 |