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:



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