Class: Google::Apis::MonitoringV1::RowLayout
- Inherits:
-
Object
- Object
- Google::Apis::MonitoringV1::RowLayout
- 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 rows and arranges a set of widgets horizontally in each row.
Instance Attribute Summary collapse
-
#rows ⇒ Array<Google::Apis::MonitoringV1::Row>
The rows of content to display.
Instance Method Summary collapse
-
#initialize(**args) ⇒ RowLayout
constructor
A new instance of RowLayout.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ RowLayout
Returns a new instance of RowLayout.
1862 1863 1864 |
# File 'lib/google/apis/monitoring_v1/classes.rb', line 1862 def initialize(**args) update!(**args) end |
Instance Attribute Details
#rows ⇒ Array<Google::Apis::MonitoringV1::Row>
The rows of content to display.
Corresponds to the JSON property rows
1860 1861 1862 |
# File 'lib/google/apis/monitoring_v1/classes.rb', line 1860 def rows @rows end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1867 1868 1869 |
# File 'lib/google/apis/monitoring_v1/classes.rb', line 1867 def update!(**args) @rows = args[:rows] if args.key?(:rows) end |