Reference documentation and code samples for the Google Shopping Merchant Accounts V1 Client class ListAccountServicesResponse.
Response after trying to list account services.
Generated from protobuf message google.shopping.merchant.accounts.v1.ListAccountServicesResponse
Namespace
Google \ Shopping \ Merchant \ Accounts \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ account_services |
array<AccountService>
The account services that match your filter. |
↳ next_page_token |
string
A page token. You can send the |
getAccountServices
The account services that match your filter.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setAccountServices
The account services that match your filter.
Parameter | |
---|---|
Name | Description |
var |
array<AccountService>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
A page token. You can send the page_token
to get the next page.
Only included in the list
response if there are more pages.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
A page token. You can send the page_token
to get the next page.
Only included in the list
response if there are more pages.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |