Class: Google::Apis::MonitoringV1::ChartOptions

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/monitoring_v1/classes.rb,
generated/google/apis/monitoring_v1/representations.rb,
generated/google/apis/monitoring_v1/representations.rb

Overview

Options to control visual rendering of a chart.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ChartOptions

Returns a new instance of ChartOptions.



151
152
153
# File 'generated/google/apis/monitoring_v1/classes.rb', line 151

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

Instance Attribute Details

#modeString

The chart mode. Corresponds to the JSON property mode

Returns:

  • (String)


149
150
151
# File 'generated/google/apis/monitoring_v1/classes.rb', line 149

def mode
  @mode
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



156
157
158
# File 'generated/google/apis/monitoring_v1/classes.rb', line 156

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