class Google::Apis::DiscoveryengineV1::GoogleMonitoringV3Point

A single data point in a time series.

def initialize(**args)

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

def update!(**args)

Update properties of this object
def update!(**args)
  @interval = args[:interval] if args.key?(:interval)
  @value = args[:value] if args.key?(:value)
end