Reference documentation and code samples for the Google Shopping Merchant Issue Resolution V1 Client class RenderIssuesRequestPayload.
The payload for configuring how the content should be rendered.
Generated from protobuf message google.shopping.merchant.issueresolution.v1.RenderIssuesRequestPayload
Namespace
Google \ Shopping \ Merchant \ IssueResolution \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ content_option |
int
Optional. How the detailed content should be returned. Default option is to return the content as a pre-rendered HTML text. |
↳ user_input_action_option |
int
Optional. How actions with user input form should be handled. If not provided, actions will be returned as links that points the business to Merchant Center where they can request the action. |
getContentOption
Optional. How the detailed content should be returned. Default option is to return the content as a pre-rendered HTML text.
Returns | |
---|---|
Type | Description |
int |
hasContentOption
clearContentOption
setContentOption
Optional. How the detailed content should be returned. Default option is to return the content as a pre-rendered HTML text.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getUserInputActionOption
Optional. How actions with user input form should be handled. If not provided, actions will be returned as links that points the business to Merchant Center where they can request the action.
Returns | |
---|---|
Type | Description |
int |
hasUserInputActionOption
clearUserInputActionOption
setUserInputActionOption
Optional. How actions with user input form should be handled. If not provided, actions will be returned as links that points the business to Merchant Center where they can request the action.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |