Class: Google::Apis::CloudsearchV1::AppsDynamiteStorageButtonList

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) ⇒ AppsDynamiteStorageButtonList

Returns a new instance of AppsDynamiteStorageButtonList.



2890
2891
2892
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2890

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

Instance Attribute Details

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

Corresponds to the JSON property buttons



2888
2889
2890
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2888

def buttons
  @buttons
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2895
2896
2897
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2895

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