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.



1179
1180
1181
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1179

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

Instance Attribute Details

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

Corresponds to the JSON property buttons



1177
1178
1179
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1177

def buttons
  @buttons
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



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

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