Class: Google::Apis::MonitoringV1::TimeSeriesTable

Inherits:
Object
  • Object
show all
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 table that displays time series data.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ TimeSeriesTable

Returns a new instance of TimeSeriesTable.



1808
1809
1810
# File 'lib/google/apis/monitoring_v1/classes.rb', line 1808

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#data_setsArray<Google::Apis::MonitoringV1::TableDataSet>

Required. The data displayed in this table. Corresponds to the JSON property dataSets



1806
1807
1808
# File 'lib/google/apis/monitoring_v1/classes.rb', line 1806

def data_sets
  @data_sets
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1813
1814
1815
# File 'lib/google/apis/monitoring_v1/classes.rb', line 1813

def update!(**args)
  @data_sets = args[:data_sets] if args.key?(:data_sets)
end