Class: Google::Apis::MonitoringV1::ColumnLayout
- Inherits:
-
Object
- Object
- Google::Apis::MonitoringV1::ColumnLayout
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/monitoring_v1/classes.rb,
lib/google/apis/monitoring_v1/representations.rb,
lib/google/apis/monitoring_v1/representations.rb
Overview
A simplified layout that divides the available space into vertical columns and arranges a set of widgets vertically in each column.
Instance Attribute Summary collapse
-
#columns ⇒ Array<Google::Apis::MonitoringV1::Column>
The columns of content to display.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ColumnLayout
constructor
A new instance of ColumnLayout.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ColumnLayout
Returns a new instance of ColumnLayout.
242 243 244 |
# File 'lib/google/apis/monitoring_v1/classes.rb', line 242 def initialize(**args) update!(**args) end |
Instance Attribute Details
#columns ⇒ Array<Google::Apis::MonitoringV1::Column>
The columns of content to display.
Corresponds to the JSON property columns
240 241 242 |
# File 'lib/google/apis/monitoring_v1/classes.rb', line 240 def columns @columns end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
247 248 249 |
# File 'lib/google/apis/monitoring_v1/classes.rb', line 247 def update!(**args) @columns = args[:columns] if args.key?(:columns) end |