Reference documentation and code samples for the Google Shopping Merchant Issue Resolution V1 Client class ChoiceInputValue.
Value for choice input field.
Generated from protobuf message google.shopping.merchant.issueresolution.v1.InputValue.ChoiceInputValue
Namespace
Google \ Shopping \ Merchant \ IssueResolution \ V1 \ InputValueMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ choice_input_option_id |
string
Required. Id of the option that was selected by the business. |
getChoiceInputOptionId
Required. Id of the option that was selected by the business.
| Returns | |
|---|---|
| Type | Description |
string |
|
setChoiceInputOptionId
Required. Id of the option that was selected by the business.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|