class Google::Apis::ChatV1::GoogleAppsCardV1ButtonList

A list of buttons layed out horizontally.

Attributes

buttons[RW]

Corresponds to the JSON property `buttons` @return [Array<Google::Apis::ChatV1::GoogleAppsCardV1Button>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/chat_v1/classes.rb, line 1062
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/chat_v1/classes.rb, line 1067
def update!(**args)
  @buttons = args[:buttons] if args.key?(:buttons)
end