Class: AnalyticsOps::Resources::DataStream
- Defined in:
- lib/analytics_ops/resources.rb,
sig/analytics_ops.rbs
Overview
Normalized web or application data stream.
Instance Attribute Summary collapse
-
#default_uri ⇒ String?
readonly
Returns the value of attribute default_uri.
-
#display_name ⇒ String
readonly
Returns the value of attribute display_name.
-
#id ⇒ String
readonly
Returns the value of attribute id.
-
#measurement_id ⇒ String?
readonly
Returns the value of attribute measurement_id.
-
#name ⇒ String
readonly
Returns the value of attribute name.
-
#type ⇒ String
readonly
Returns the value of attribute type.
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
#default_uri ⇒ String? (readonly)
Returns the value of attribute default_uri.
147 148 149 |
# File 'sig/analytics_ops.rbs', line 147 def default_uri @default_uri end |
#display_name ⇒ String (readonly)
Returns the value of attribute display_name.
145 146 147 |
# File 'sig/analytics_ops.rbs', line 145 def display_name @display_name end |
#id ⇒ String (readonly)
Returns the value of attribute id.
143 144 145 |
# File 'sig/analytics_ops.rbs', line 143 def id @id end |
#measurement_id ⇒ String? (readonly)
Returns the value of attribute measurement_id.
148 149 150 |
# File 'sig/analytics_ops.rbs', line 148 def measurement_id @measurement_id end |
#name ⇒ String (readonly)
Returns the value of attribute name.
144 145 146 |
# File 'sig/analytics_ops.rbs', line 144 def name @name end |
#type ⇒ String (readonly)
Returns the value of attribute type.
146 147 148 |
# File 'sig/analytics_ops.rbs', line 146 def type @type end |