Class: AnalyticsOps::Resources::CustomMetric
- Defined in:
- lib/analytics_ops/resources.rb,
sig/analytics_ops.rbs
Overview
Registered custom metric.
Instance Attribute Summary collapse
-
#description ⇒ String
readonly
Returns the value of attribute description.
-
#display_name ⇒ String
readonly
Returns the value of attribute display_name.
-
#measurement_unit ⇒ String
readonly
Returns the value of attribute measurement_unit.
-
#name ⇒ String
readonly
Returns the value of attribute name.
-
#parameter_name ⇒ String
readonly
Returns the value of attribute parameter_name.
-
#restricted_metric_types ⇒ Array[String]
readonly
Returns the value of attribute restricted_metric_types.
-
#scope ⇒ String
readonly
Returns the value of attribute scope.
Method Summary
Methods inherited from Value
#==, fields, #hash, #initialize, #to_h
Constructor Details
This class inherits a constructor from AnalyticsOps::Resources::Value
Instance Attribute Details
#description ⇒ String (readonly)
Returns the value of attribute description.
177 178 179 |
# File 'sig/analytics_ops.rbs', line 177 def description @description end |
#display_name ⇒ String (readonly)
Returns the value of attribute display_name.
176 177 178 |
# File 'sig/analytics_ops.rbs', line 176 def display_name @display_name end |
#measurement_unit ⇒ String (readonly)
Returns the value of attribute measurement_unit.
179 180 181 |
# File 'sig/analytics_ops.rbs', line 179 def measurement_unit @measurement_unit end |
#name ⇒ String (readonly)
Returns the value of attribute name.
174 175 176 |
# File 'sig/analytics_ops.rbs', line 174 def name @name end |
#parameter_name ⇒ String (readonly)
Returns the value of attribute parameter_name.
175 176 177 |
# File 'sig/analytics_ops.rbs', line 175 def parameter_name @parameter_name end |
#restricted_metric_types ⇒ Array[String] (readonly)
Returns the value of attribute restricted_metric_types.
180 181 182 |
# File 'sig/analytics_ops.rbs', line 180 def restricted_metric_types @restricted_metric_types end |
#scope ⇒ String (readonly)
Returns the value of attribute scope.
178 179 180 |
# File 'sig/analytics_ops.rbs', line 178 def scope @scope end |