Reference documentation and code samples for the Google Shopping Merchant Issue Resolution V1 Client class InputField.
Input field that needs to be available to the business. If the field is marked as required, then a value needs to be provided for a successful processing of the request.
Generated from protobuf message google.shopping.merchant.issueresolution.v1.InputField
Namespace
Google \ Shopping \ Merchant \ IssueResolution \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ text_input
InputField\TextInput
Input field to provide text information. Corresponds to the html input type=text or html textarea .
↳ choice_input
InputField\ChoiceInput
Input field to select one of the offered choices. Corresponds to the html input type=radio .
↳ checkbox_input
InputField\CheckboxInput
Input field to provide a boolean value. Corresponds to the html input type=checkbox .
↳ id
string
Not for display but need to be sent back for the given input field.
↳ label
↳ required
bool
Whether the field is required. The action button needs to stay disabled till values for all required fields are provided.
getTextInput
Input field to provide text information.
Corresponds to the html input type=text or html textarea .
hasTextInput
setTextInput
Input field to provide text information.
Corresponds to the html input type=text or html textarea .
$this
getChoiceInput
Input field to select one of the offered choices.
Corresponds to the html input type=radio .
hasChoiceInput
setChoiceInput
Input field to select one of the offered choices.
Corresponds to the html input type=radio .
$this
getCheckboxInput
Input field to provide a boolean value.
Corresponds to the html input type=checkbox .
hasCheckboxInput
setCheckboxInput
Input field to provide a boolean value.
Corresponds to the html input type=checkbox .
$this
getId
Not for display but need to be sent back for the given input field.
string
setId
Not for display but need to be sent back for the given input field.
var
string
$this
getLabel
Input field label. There may be more information to be shown in a tooltip.
hasLabel
clearLabel
setLabel
Input field label. There may be more information to be shown in a tooltip.
$this
getRequired
Whether the field is required. The action button needs to stay disabled till values for all required fields are provided.
bool
setRequired
Whether the field is required. The action button needs to stay disabled till values for all required fields are provided.
var
bool
$this
getValueInput
string

