Class: Google::Apps::Card::V1::SelectionInput::SelectionItem

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/apps/card/v1/card.rb

Overview

An item that users can select in a selection input, such as a checkbox or switch. Supports up to 100 items.

Google Workspace add-ons and Chat apps:

Instance Attribute Summary collapse

Instance Attribute Details

#bottom_text::String



1335
1336
1337
1338
# File 'proto_docs/google/apps/card/v1/card.rb', line 1335

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

#selected::Boolean



1335
1336
1337
1338
# File 'proto_docs/google/apps/card/v1/card.rb', line 1335

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

#start_icon_uri::String



1335
1336
1337
1338
# File 'proto_docs/google/apps/card/v1/card.rb', line 1335

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

#text::String



1335
1336
1337
1338
# File 'proto_docs/google/apps/card/v1/card.rb', line 1335

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

#value::String



1335
1336
1337
1338
# File 'proto_docs/google/apps/card/v1/card.rb', line 1335

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