Reference documentation and code samples for the Google Shopping Merchant Issue Resolution V1 Client class RenderAccountIssuesResponse.
Response containing an issue resolution content and actions for listed account issues.
Generated from protobuf message google.shopping.merchant.issueresolution.v1.RenderAccountIssuesResponse
Namespace
Google \ Shopping \ Merchant \ IssueResolution \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ rendered_issues |
array<RenderedIssue>
List of account issues for a given account. This list can be shown with compressed, expandable items. In the compressed form, the title and impact should be shown for each issue. Once the issue is expanded, the detailed content and available actions should be rendered. |
getRenderedIssues
List of account issues for a given account.
This list can be shown with compressed, expandable items. In the compressed form, the title and impact should be shown for each issue. Once the issue is expanded, the detailed content and available actions should be rendered.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setRenderedIssues
List of account issues for a given account.
This list can be shown with compressed, expandable items. In the compressed form, the title and impact should be shown for each issue. Once the issue is expanded, the detailed content and available actions should be rendered.
Parameter | |
---|---|
Name | Description |
var |
array<RenderedIssue>
|
Returns | |
---|---|
Type | Description |
$this |