Class: Google::Apps::Card::V1::ButtonList
- Inherits:
-
Object
- Object
- Google::Apps::Card::V1::ButtonList
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/apps/card/v1/card.rb
Overview
A list of buttons layed out horizontally. For an example in Google Chat apps, see Add a button.
Instance Attribute Summary collapse
-
#buttons ⇒ ::Array<::Google::Apps::Card::V1::Button>
An array of buttons.
Instance Attribute Details
#buttons ⇒ ::Array<::Google::Apps::Card::V1::Button>
Returns An array of buttons.
1035 1036 1037 1038 |
# File 'proto_docs/google/apps/card/v1/card.rb', line 1035 class ButtonList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |