Class: Google::Shopping::Merchant::IssueResolution::V1beta::InputValue::ChoiceInputValue
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::IssueResolution::V1beta::InputValue::ChoiceInputValue
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/issueresolution/v1beta/issueresolution.rb
Overview
Value for [choice input][google.shopping.merchant.issueresolution.v1beta.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.
888 889 890 891 |
# File 'proto_docs/google/shopping/merchant/issueresolution/v1beta/issueresolution.rb', line 888 class ChoiceInputValue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |