Sha256: 9132f1902771c107f6b39f5953fd926cd6f66be4e89958ffa810a0d5fa778c25
Contents?: true
Size: 638 Bytes
Versions: 42
Compression:
Stored size: 638 Bytes
Contents
require "fog/core/model" module Fog module Google class Monitoring ## # A metricDescriptor defines a metric type and its schema. # # @see https://cloud.google.com/monitoring/api/ref_v3/rest/v3/projects.metricDescriptors#MetricDescriptor class MetricDescriptor < Fog::Model identity :name attribute :description attribute :display_name, :aliases => "displayName" attribute :labels attribute :metric_kind, :aliases => "metricKind" attribute :type attribute :value_type, :aliases => "valueType" attribute :unit end end end end
Version data entries
42 entries across 42 versions & 2 rubygems