Class: AnalyticsOps::Reports::Field
- Inherits:
-
AnalyticsOps::Resources::Value
- Object
- AnalyticsOps::Resources::Value
- AnalyticsOps::Reports::Field
- Defined in:
- lib/analytics_ops/reports/metadata.rb,
sig/analytics_ops.rbs
Overview
One gem-owned field returned by the GA4 metadata endpoint.
Instance Attribute Summary collapse
-
#api_name ⇒ String
readonly
Returns the value of attribute api_name.
-
#blocked_reasons ⇒ Array[String]
readonly
Returns the value of attribute blocked_reasons.
-
#category ⇒ String?
readonly
Returns the value of attribute category.
-
#custom_definition ⇒ Boolean
readonly
Returns the value of attribute custom_definition.
-
#data_type ⇒ String?
readonly
Returns the value of attribute data_type.
-
#deprecated_api_names ⇒ Array[String]
readonly
Returns the value of attribute deprecated_api_names.
-
#description ⇒ String?
readonly
Returns the value of attribute description.
-
#expression ⇒ String?
readonly
Returns the value of attribute expression.
-
#kind ⇒ String
readonly
Returns the value of attribute kind.
-
#ui_name ⇒ String?
readonly
Returns the value of attribute ui_name.
Method Summary
Methods inherited from AnalyticsOps::Resources::Value
#==, fields, #hash, #initialize, #to_h
Constructor Details
This class inherits a constructor from AnalyticsOps::Resources::Value
Instance Attribute Details
#api_name ⇒ String (readonly)
Returns the value of attribute api_name.
368 369 370 |
# File 'sig/analytics_ops.rbs', line 368 def api_name @api_name end |
#blocked_reasons ⇒ Array[String] (readonly)
Returns the value of attribute blocked_reasons.
377 378 379 |
# File 'sig/analytics_ops.rbs', line 377 def blocked_reasons @blocked_reasons end |
#category ⇒ String? (readonly)
Returns the value of attribute category.
371 372 373 |
# File 'sig/analytics_ops.rbs', line 371 def category @category end |
#custom_definition ⇒ Boolean (readonly)
Returns the value of attribute custom_definition.
373 374 375 |
# File 'sig/analytics_ops.rbs', line 373 def custom_definition @custom_definition end |
#data_type ⇒ String? (readonly)
Returns the value of attribute data_type.
375 376 377 |
# File 'sig/analytics_ops.rbs', line 375 def data_type @data_type end |
#deprecated_api_names ⇒ Array[String] (readonly)
Returns the value of attribute deprecated_api_names.
374 375 376 |
# File 'sig/analytics_ops.rbs', line 374 def deprecated_api_names @deprecated_api_names end |
#description ⇒ String? (readonly)
Returns the value of attribute description.
370 371 372 |
# File 'sig/analytics_ops.rbs', line 370 def description @description end |
#expression ⇒ String? (readonly)
Returns the value of attribute expression.
376 377 378 |
# File 'sig/analytics_ops.rbs', line 376 def expression @expression end |
#kind ⇒ String (readonly)
Returns the value of attribute kind.
372 373 374 |
# File 'sig/analytics_ops.rbs', line 372 def kind @kind end |
#ui_name ⇒ String? (readonly)
Returns the value of attribute ui_name.
369 370 371 |
# File 'sig/analytics_ops.rbs', line 369 def ui_name @ui_name end |