class Google::Apis::MonitoringV1::RowLayout

A simplified layout that divides the available space into rows and arranges a set of widgets horizontally in each row.

Attributes

rows[RW]

The rows of content to display. Corresponds to the JSON property `rows` @return [Array<Google::Apis::MonitoringV1::Row>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/monitoring_v1/classes.rb, line 921
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/monitoring_v1/classes.rb, line 926
def update!(**args)
  @rows = args[:rows] if args.key?(:rows)
end