Class: Google::Apis::CloudsearchV1::AppsDynamiteSharedButtonList
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::AppsDynamiteSharedButtonList
- 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
-
#buttons ⇒ Array<Google::Apis::CloudsearchV1::AppsDynamiteSharedButton>
Corresponds to the JSON property
buttons.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AppsDynamiteSharedButtonList
constructor
A new instance of AppsDynamiteSharedButtonList.
-
#update!(**args) ⇒ Object
Update properties of this object.
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
#buttons ⇒ Array<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 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 |