Reference documentation and code samples for the Google Shopping Merchant Accounts V1 Client class ListAccountIssuesResponse.
Response message for the ListAccountIssues method.
Generated from protobuf message google.shopping.merchant.accounts.v1.ListAccountIssuesResponse
Namespace
Google \ Shopping \ Merchant \ Accounts \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
| data | arrayOptional. Data for populating the Message object. | 
| ↳ account_issues | array<AccountIssue>The issues from the specified account. | 
| ↳ next_page_token | stringA token, which can be sent as  | 
getAccountIssues
The issues from the specified account.
| Returns | |
|---|---|
| Type | Description | 
| Google\Protobuf\Internal\RepeatedField | |
setAccountIssues
The issues from the specified account.
| Parameter | |
|---|---|
| Name | Description | 
| var | array<AccountIssue> | 
| 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 | |