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:



1061
1062
1063
1064
# File 'proto_docs/google/apps/card/v1/card.rb', line 1061

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