Reference documentation and code samples for the Google Shopping Merchant Issue Resolution V1 Client class ActionInput.
Input provided by the business.
Generated from protobuf message google.shopping.merchant.issueresolution.v1.ActionInput
Namespace
Google \ Shopping \ Merchant \ IssueResolution \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ action_flow_id |
string
Required. Id of the selected action flow. |
↳ input_values |
array<InputValue>
Required. Values for input fields. |
getActionFlowId
Required. Id of the selected action flow.
| Returns | |
|---|---|
| Type | Description |
string |
|
setActionFlowId
Required. Id of the selected action flow.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getInputValues
Required. Values for input fields.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setInputValues
Required. Values for input fields.
| Parameter | |
|---|---|
| Name | Description |
var |
array<InputValue>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|