Class: AnalyticsOps::Governance::StreamSettings
- Inherits:
-
Resources::Value
- Object
- Resources::Value
- AnalyticsOps::Governance::StreamSettings
- Defined in:
- lib/analytics_ops/governance.rb,
sig/analytics_ops.rbs
Overview
Normalized read-only settings for one GA4 web stream.
Instance Attribute Summary collapse
-
#data_redaction ⇒ record
readonly
Returns the value of attribute data_redaction.
-
#enhanced_measurement ⇒ record
readonly
Returns the value of attribute enhanced_measurement.
-
#stream_id ⇒ String
readonly
Returns the value of attribute stream_id.
-
#stream_name ⇒ String
readonly
Returns the value of attribute stream_name.
Method Summary
Methods inherited from Resources::Value
#==, fields, #hash, #initialize, #to_h
Constructor Details
This class inherits a constructor from AnalyticsOps::Resources::Value
Instance Attribute Details
#data_redaction ⇒ record (readonly)
Returns the value of attribute data_redaction.
609 610 611 |
# File 'sig/analytics_ops.rbs', line 609 def data_redaction @data_redaction end |
#enhanced_measurement ⇒ record (readonly)
Returns the value of attribute enhanced_measurement.
608 609 610 |
# File 'sig/analytics_ops.rbs', line 608 def enhanced_measurement @enhanced_measurement end |
#stream_id ⇒ String (readonly)
Returns the value of attribute stream_id.
606 607 608 |
# File 'sig/analytics_ops.rbs', line 606 def stream_id @stream_id end |
#stream_name ⇒ String (readonly)
Returns the value of attribute stream_name.
607 608 609 |
# File 'sig/analytics_ops.rbs', line 607 def stream_name @stream_name end |