Class: Google::Shopping::Merchant::IssueResolution::V1::InputValue::TextInputValue
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::IssueResolution::V1::InputValue::TextInputValue
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/issueresolution/v1/issueresolution.rb
Overview
Value for [text input][google.shopping.merchant.issueresolution.v1.InputField.TextInput] field.
Instance Attribute Summary collapse
-
#value ⇒ ::String
Required.
Instance Attribute Details
#value ⇒ ::String
Returns Required. Text provided by the business.
874 875 876 877 |
# File 'proto_docs/google/shopping/merchant/issueresolution/v1/issueresolution.rb', line 874 class TextInputValue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |