Class: Google::Apis::CloudsearchV1::AppsDynamiteSharedButtonList

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/cloudsearch_v1/classes.rb,
lib/google/apis/cloudsearch_v1/representations.rb,
lib/google/apis/cloudsearch_v1/representations.rb

Overview

A list of buttons layed out horizontally.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ AppsDynamiteSharedButtonList

Returns a new instance of AppsDynamiteSharedButtonList.



1185
1186
1187
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1185

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#buttonsArray<Google::Apis::CloudsearchV1::AppsDynamiteSharedButton>

Corresponds to the JSON property buttons



1183
1184
1185
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1183

def buttons
  @buttons
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1190
1191
1192
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1190

def update!(**args)
  @buttons = args[:buttons] if args.key?(:buttons)
end