Class: Google::Shopping::Merchant::IssueResolution::V1beta::InputField::ChoiceInput::ChoiceInputOption
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::IssueResolution::V1beta::InputField::ChoiceInput::ChoiceInputOption
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/issueresolution/v1beta/issueresolution.rb
Overview
A choice that the business can select.
Instance Attribute Summary collapse
-
#additional_input ⇒ ::Google::Shopping::Merchant::IssueResolution::V1beta::InputField
Input that should be displayed when this option is selected.
-
#id ⇒ ::String
Not for display but need to be sent back for the selected choice option.
-
#label ⇒ ::Google::Shopping::Merchant::IssueResolution::V1beta::TextWithTooltip
Short description of the choice option.
Instance Attribute Details
#additional_input ⇒ ::Google::Shopping::Merchant::IssueResolution::V1beta::InputField
Returns Input that should be displayed when this option is selected.
The additional input will not contain a ChoiceInput
.
655 656 657 658 |
# File 'proto_docs/google/shopping/merchant/issueresolution/v1beta/issueresolution.rb', line 655 class ChoiceInputOption include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#id ⇒ ::String
Returns Not for display but need to be sent back for the selected choice option.
655 656 657 658 |
# File 'proto_docs/google/shopping/merchant/issueresolution/v1beta/issueresolution.rb', line 655 class ChoiceInputOption include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#label ⇒ ::Google::Shopping::Merchant::IssueResolution::V1beta::TextWithTooltip
Returns Short description of the choice option. There may be more information to be shown as a tooltip.
655 656 657 658 |
# File 'proto_docs/google/shopping/merchant/issueresolution/v1beta/issueresolution.rb', line 655 class ChoiceInputOption include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |