Class: Google::Apis::MonitoringV1::ChartOptions
- Inherits:
-
Object
- Object
- Google::Apis::MonitoringV1::ChartOptions
- 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
-
#mode ⇒ String
The chart mode.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ChartOptions
constructor
A new instance of ChartOptions.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ChartOptions
Returns a new instance of ChartOptions.
153 154 155 |
# File 'generated/google/apis/monitoring_v1/classes.rb', line 153 def initialize(**args) update!(**args) end |
Instance Attribute Details
#mode ⇒ String
The chart mode.
Corresponds to the JSON property mode
151 152 153 |
# File 'generated/google/apis/monitoring_v1/classes.rb', line 151 def mode @mode end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
158 159 160 |
# File 'generated/google/apis/monitoring_v1/classes.rb', line 158 def update!(**args) @mode = args[:mode] if args.key?(:mode) end |