Class: AnalyticsOps::Governance::StreamSettings

Inherits:
Resources::Value show all
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

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_redactionrecord (readonly)

Returns the value of attribute data_redaction.

Returns:

  • (record)


609
610
611
# File 'sig/analytics_ops.rbs', line 609

def data_redaction
  @data_redaction
end

#enhanced_measurementrecord (readonly)

Returns the value of attribute enhanced_measurement.

Returns:

  • (record)


608
609
610
# File 'sig/analytics_ops.rbs', line 608

def enhanced_measurement
  @enhanced_measurement
end

#stream_idString (readonly)

Returns the value of attribute stream_id.

Returns:

  • (String)


606
607
608
# File 'sig/analytics_ops.rbs', line 606

def stream_id
  @stream_id
end

#stream_nameString (readonly)

Returns the value of attribute stream_name.

Returns:

  • (String)


607
608
609
# File 'sig/analytics_ops.rbs', line 607

def stream_name
  @stream_name
end