Class: Google::Apps::Card::V1::ButtonList

Inherits:
Object
  • Object
show all
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.

Google Workspace add-ons and Chat apps:

Instance Attribute Summary collapse

Instance Attribute Details

#buttons::Array<::Google::Apps::Card::V1::Button>

Returns An array of buttons.

Returns:



1224
1225
1226
1227
# File 'proto_docs/google/apps/card/v1/card.rb', line 1224

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