class Google::Apis::MonitoringV1::ChartOptions

Options to control visual rendering of a chart.

Attributes

mode[RW]

The chart mode. Corresponds to the JSON property `mode` @return [String]

Public Class Methods

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