Sha256: 6c784cde834fde8d8400c970437d1344efec3ea1c17c8a10f440ecedfbb5b36a
Contents?: true
Size: 441 Bytes
Versions: 22
Compression:
Stored size: 441 Bytes
Contents
require 'fog/core/model' module Fog module Google class Monitoring ## # A time series is a collection of data points that represents the value of a metric of a project over time. # # @see https://developers.google.com/cloud-monitoring/v2beta1/timeseries class Timeseries < Fog::Model identity :time_series_desc, :aliases => 'timeseriesDesc' attribute :points end end end end
Version data entries
22 entries across 20 versions & 5 rubygems