Class: Google::Apis::CloudsearchV1::AppsDynamiteStorageColumns
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::AppsDynamiteStorageColumns
- 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
Represents a Columns widget that displays a single row of columns.
Instance Attribute Summary collapse
-
#column_items ⇒ Array<Google::Apis::CloudsearchV1::AppsDynamiteStorageColumnsColumn>
Each card supports up to 2 columns.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AppsDynamiteStorageColumns
constructor
A new instance of AppsDynamiteStorageColumns.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AppsDynamiteStorageColumns
Returns a new instance of AppsDynamiteStorageColumns.
3146 3147 3148 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3146 def initialize(**args) update!(**args) end |
Instance Attribute Details
#column_items ⇒ Array<Google::Apis::CloudsearchV1::AppsDynamiteStorageColumnsColumn>
Each card supports up to 2 columns. If the user's screen width is less than or
equal to 480 pixels, the second column wraps below the first column.
Corresponds to the JSON property columnItems
3144 3145 3146 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3144 def column_items @column_items end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3151 3152 3153 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3151 def update!(**args) @column_items = args[:column_items] if args.key?(:column_items) end |