Class: Google::Shopping::Merchant::IssueResolution::V1::InputValue::ChoiceInputValue
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::IssueResolution::V1::InputValue::ChoiceInputValue
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/issueresolution/v1/issueresolution.rb
Overview
Value for [choice input][google.shopping.merchant.issueresolution.v1.InputField.ChoiceInput] field.
Instance Attribute Summary collapse
-
#choice_input_option_id ⇒ ::String
Required.
Instance Attribute Details
#choice_input_option_id ⇒ ::String
Returns Required. [Id][InputField.ChoiceInput.id] of the option that was selected by the business.
886 887 888 889 |
# File 'proto_docs/google/shopping/merchant/issueresolution/v1/issueresolution.rb', line 886 class ChoiceInputValue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |