Class: Google::Shopping::Merchant::IssueResolution::V1::InputValue::CheckboxInputValue
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::IssueResolution::V1::InputValue::CheckboxInputValue
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/issueresolution/v1/issueresolution.rb
Overview
Value for [checkbox input][google.shopping.merchant.issueresolution.v1.InputField.CheckboxInput] field.
Instance Attribute Summary collapse
-
#value ⇒ ::Boolean
Required.
Instance Attribute Details
#value ⇒ ::Boolean
Returns Required. True if the business checked the box field. False otherwise.
897 898 899 900 |
# File 'proto_docs/google/shopping/merchant/issueresolution/v1/issueresolution.rb', line 897 class CheckboxInputValue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |