Class: Google::Shopping::Merchant::IssueResolution::V1beta::InputField::ChoiceInput::ChoiceInputOption

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

A choice that the business can select.

Instance Attribute Summary collapse

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.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:



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