Class: Google::Shopping::Merchant::IssueResolution::V1beta::InputValue::TextInputValue

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/shopping/merchant/issueresolution/v1beta/issueresolution.rb

Overview

Value for [text input][google.shopping.merchant.issueresolution.v1beta.InputField.TextInput] field.

Instance Attribute Summary collapse

Instance Attribute Details

#value::String

Returns Required. Text provided by the business.

Returns:

  • (::String)

    Required. Text provided by the business.



876
877
878
879
# File 'proto_docs/google/shopping/merchant/issueresolution/v1beta/issueresolution.rb', line 876

class TextInputValue
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end