Sha256: 88b7a0809fd0a45855293700ab17b3b6768190307e28ef568ec94cc0b5b118c6
Contents?: true
Size: 441 Bytes
Versions: 13
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
13 entries across 13 versions & 1 rubygems