class Google::Apis::MonitoringV1::ColumnLayout

A simplified layout that divides the available space into vertical columns and arranges a set of widgets vertically in each column.

Attributes

columns[RW]

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

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/monitoring_v1/classes.rb, line 221
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 226
def update!(**args)
  @columns = args[:columns] if args.key?(:columns)
end