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

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 [checkbox input][google.shopping.merchant.issueresolution.v1beta.InputField.CheckboxInput] field.

Instance Attribute Summary collapse

Instance Attribute Details

#value::Boolean

Returns Required. True if the business checked the box field. False otherwise.

Returns:

  • (::Boolean)

    Required. True if the business checked the box field. False otherwise.



899
900
901
902
# File 'proto_docs/google/shopping/merchant/issueresolution/v1beta/issueresolution.rb', line 899

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