Reference documentation and code samples for the Google Shopping Merchant Issue Resolution V1 Client class RenderProductIssuesResponse.
Response containing an issue resolution content and actions for listed product issues.
Generated from protobuf message google.shopping.merchant.issueresolution.v1.RenderProductIssuesResponse
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 issues for a given product. 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 issues for a given product.
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 issues for a given product.
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 |