Sha256: 2a7fb1329876df62604b1114806306b16f37b43ae935daf492596d67d61c4a49
Contents?: true
Size: 550 Bytes
Versions: 42
Compression:
Stored size: 550 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. # # https://cloud.google.com/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list class Timeseries < Fog::Model attribute :metric attribute :resource attribute :metric_kind, :aliases => "metricKind" attribute :value_type, :aliases => "valueType" attribute :points end end end end
Version data entries
42 entries across 42 versions & 2 rubygems