Class: Google::Apis::CloudsearchV1::AppsDynamiteSharedColumns
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::AppsDynamiteSharedColumns
- 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::AppsDynamiteSharedColumnsColumn>
Each card supports up to 2 columns.
-
#wrap_style ⇒ String
Controls how the column resizes based on screen width.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AppsDynamiteSharedColumns
constructor
A new instance of AppsDynamiteSharedColumns.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AppsDynamiteSharedColumns
Returns a new instance of AppsDynamiteSharedColumns.
1784 1785 1786 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1784 def initialize(**args) update!(**args) end |
Instance Attribute Details
#column_items ⇒ Array<Google::Apis::CloudsearchV1::AppsDynamiteSharedColumnsColumn>
Each card supports up to 2 columns.
Corresponds to the JSON property columnItems
1777 1778 1779 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1777 def column_items @column_items end |
#wrap_style ⇒ String
Controls how the column resizes based on screen width.
Corresponds to the JSON property wrapStyle
1782 1783 1784 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1782 def wrap_style @wrap_style end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1789 1790 1791 1792 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1789 def update!(**args) @column_items = args[:column_items] if args.key?(:column_items) @wrap_style = args[:wrap_style] if args.key?(:wrap_style) end |